#7F5599

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

Shades of Studio #7F5599

Tints of Studio #7F5599

Color information

#7F5599 (or 0x7F5599) is unknown color: approx Studio. HEX triplet: 7F, 55 and 99. RGB value is (127,85,153). Sum of RGB (Red+Green+Blue) = 127+85+153=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5599 is #80AA66. Grayscale: #696969. Windows color (decimal): -8432231 or 10048895. OLE color: 10048895.

HSL color Cylindrical-coordinate representation of color #7F5599: hue angle of 277.06º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F5599 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12785153-
CMYK0.170.4400.4
HSL277.06º28.57%46.67%-
HSV(B)277.06º44.44%60%-
XYZ17.7513.3131.77-
YUV105.31154.91143.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.79%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=34.79%
G=23.29%
B=41.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127851530.170.4400.4277.0628.5746.67
Hex7F5599112C0281151d2f
Octal17712523121540504253557
Binary111111110101011001100110001101100010100010001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,153); }

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

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

 a { background-color: rgb(127,85,153); }

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

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

 span { border-color: rgb(127,85,153); }

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