#7F60BF

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

Shades of True V #7F60BF

Tints of True V #7F60BF

Color information

#7F60BF (or 0x7F60BF) is unknown color: approx True V. HEX triplet: 7F, 60 and BF. RGB value is (127,96,191). Sum of RGB (Red+Green+Blue) = 127+96+191=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F60BF is #809F40. Grayscale: #737373. Windows color (decimal): -8429377 or 12542079. OLE color: 12542079.

HSL color Cylindrical-coordinate representation of color #7F60BF: hue angle of 259.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F60BF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12796191-
CMYK0.340.5000.25
HSL259.58º42.6%56.27%-
HSV(B)259.58º49.74%74.9%-
XYZ22.3416.6451.32-
YUV116.1170.27135.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 191 (75% from 255) = 46.14%
R=30.68%
G=23.19%
B=46.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127961910.340.5000.25259.5842.656.27
Hex7F60BF22320191042b38
Octal17714027742620314045370
Binary1111111110000010111111100010110010011001100000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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