#7D4BAF

Color #7D4BAF Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7D4BAF

Tints of Studio #7D4BAF

Color information

#7D4BAF (or 0x7D4BAF) is unknown color: approx Studio. HEX triplet: 7D, 4B and AF. RGB value is (125,75,175). Sum of RGB (Red+Green+Blue) = 125+75+175=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D4BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4BAF is #82B450. Grayscale: #656565. Windows color (decimal): -8565841 or 11488125. OLE color: 11488125.

HSL color Cylindrical-coordinate representation of color #7D4BAF: hue angle of 270º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D4BAF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12575175-
CMYK0.290.5700.31
HSL270º40%49.02%-
HSV(B)270º57.14%68.63%-
XYZ18.7112.4941.98-
YUV101.35169.56144.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=33.33%
G=20%
B=46.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125751750.290.5700.312704049.02
Hex7D4BAF1D3901F10e2831
Octal17511325735710374165061
Binary111110110010111010111111101111001011111100001110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4BAF; }

 p { color: rgb(125,75,175); }

 H1.HeaderClassName
 {
   color: #7D4BAF;
 }
 .AnyTagClassName
 {
   color: #7D4BAF;
 }
</style>
background-color css

<style>
 a { background-color: #7D4BAF; }

 a { background-color: rgb(125,75,175); }

 div.DivClassName
 {
   background-color: #7D4BAF;
 }
 .BgClassName
 {
   background-color: #7D4BAF;
 }
</style>
border-color css

<style>
 span { border-color: #7D4BAF; }

 span { border-color: rgb(125,75,175); }

 td.TdClassName
 {
   border-color: #7D4BAF;
 }
 .TagClassName
 {
   border-color: #7D4BAF;
 }
</style>