#7F5FC8

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

Shades of True V #7F5FC8

Tints of True V #7F5FC8

Color information

#7F5FC8 (or 0x7F5FC8) is unknown color: approx True V. HEX triplet: 7F, 5F and C8. RGB value is (127,95,200). Sum of RGB (Red+Green+Blue) = 127+95+200=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #7F5FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5FC8 is #80A037. Grayscale: #747474. Windows color (decimal): -8429624 or 13131647. OLE color: 13131647.

HSL color Cylindrical-coordinate representation of color #7F5FC8: hue angle of 258.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F5FC8 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12795200-
CMYK0.360.5200.22
HSL258.29º48.84%57.84%-
HSV(B)258.29º52.5%78.43%-
XYZ23.2716.8756.67-
YUV116.54175.1135.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.09%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 200 (78.52% from 255) = 47.39%
R=30.09%
G=22.51%
B=47.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal127952000.360.5200.22258.2948.8457.84
Hex7F5FC82434016102313a
Octal17713731044640264026172
Binary1111111101111111001000100100110100010110100000010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,95,200); }

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

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

 a { background-color: rgb(127,95,200); }

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

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

 span { border-color: rgb(127,95,200); }

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