#7F569C

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

Shades of Studio #7F569C

Tints of Studio #7F569C

Color information

#7F569C (or 0x7F569C) is unknown color: approx Studio. HEX triplet: 7F, 56 and 9C. RGB value is (127,86,156). Sum of RGB (Red+Green+Blue) = 127+86+156=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F569C is #80A963. Grayscale: #6A6A6A. Windows color (decimal): -8431972 or 10245759. OLE color: 10245759.

HSL color Cylindrical-coordinate representation of color #7F569C: hue angle of 275.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F569C is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12786156-
CMYK0.190.4500.39
HSL275.14º28.93%47.45%-
HSV(B)275.14º44.87%61.18%-
XYZ18.0813.5733.12-
YUV106.24156.08142.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=34.42%
G=23.31%
B=42.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127861560.190.4500.39275.1428.9347.45
Hex7F569C132D0271131d2f
Octal17712623423550474233557
Binary111111110101101001110010011101101010011110001001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,86,156); }

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

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

 a { background-color: rgb(127,86,156); }

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

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

 span { border-color: rgb(127,86,156); }

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