#7F60BE

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

Shades of True V #7F60BE

Tints of True V #7F60BE

Color information

#7F60BE (or 0x7F60BE) is unknown color: approx True V. HEX triplet: 7F, 60 and BE. RGB value is (127,96,190). Sum of RGB (Red+Green+Blue) = 127+96+190=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F60BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F60BE is #809F41. Grayscale: #737373. Windows color (decimal): -8429378 or 12476543. OLE color: 12476543.

HSL color Cylindrical-coordinate representation of color #7F60BE: hue angle of 259.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F60BE is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12796190-
CMYK0.330.4900.25
HSL259.79º41.96%56.08%-
HSV(B)259.79º49.47%74.51%-
XYZ22.2316.650.75-
YUV115.98169.77135.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=30.75%
G=23.24%
B=46.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127961900.330.4900.25259.7941.9656.08
Hex7F60BE21310191042a38
Octal17714027641610314045270
Binary1111111110000010111110100001110001011001100000100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,190); }

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

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

 a { background-color: rgb(127,96,190); }

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

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

 span { border-color: rgb(127,96,190); }

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