#7F5BC0

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

Shades of True V #7F5BC0

Tints of True V #7F5BC0

Color information

#7F5BC0 (or 0x7F5BC0) is unknown color: approx True V. HEX triplet: 7F, 5B and C0. RGB value is (127,91,192). Sum of RGB (Red+Green+Blue) = 127+91+192=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5BC0 is #80A43F. Grayscale: #707070. Windows color (decimal): -8430656 or 12606335. OLE color: 12606335.

HSL color Cylindrical-coordinate representation of color #7F5BC0: hue angle of 261.39º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F5BC0 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12791192-
CMYK0.340.5300.25
HSL261.39º44.49%55.49%-
HSV(B)261.39º52.6%75.29%-
XYZ22.0115.851.76-
YUV113.28172.43137.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 91 (35.94% from 255) = 22.20%
BLUE value IS 192 (75.39% from 255) = 46.83%
R=30.98%
G=22.20%
B=46.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127911920.340.5300.25261.3944.4955.49
Hex7F5BC022350191052c37
Octal17713330042650314055467
Binary1111111101101111000000100010110101011001100000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,91,192); }

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

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

 a { background-color: rgb(127,91,192); }

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

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

 span { border-color: rgb(127,91,192); }

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