#7D52B4

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

Shades of Studio #7D52B4

Tints of Studio #7D52B4

Color information

#7D52B4 (or 0x7D52B4) is unknown color: approx Studio. HEX triplet: 7D, 52 and B4. RGB value is (125,82,180). Sum of RGB (Red+Green+Blue) = 125+82+180=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D52B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52B4 is #82AD4B. Grayscale: #696969. Windows color (decimal): -8564044 or 11817597. OLE color: 11817597.

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

Color convert

RGB12582180-
CMYK0.310.5400.29
HSL266.33º39.52%51.37%-
HSV(B)266.33º54.44%70.59%-
XYZ19.7113.6944.78-
YUV106.03169.75141.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=32.30%
G=21.19%
B=46.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125821800.310.5400.29266.3339.5251.37
Hex7D52B41F3601D10a2833
Octal17512226437660354125063
Binary111110110100101011010011111110110011101100001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,82,180); }

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

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

 a { background-color: rgb(125,82,180); }

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

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

 span { border-color: rgb(125,82,180); }

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