#7F61CC

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

Shades of True V #7F61CC

Tints of True V #7F61CC

Color information

#7F61CC (or 0x7F61CC) is unknown color: approx True V. HEX triplet: 7F, 61 and CC. RGB value is (127,97,204). Sum of RGB (Red+Green+Blue) = 127+97+204=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F61CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61CC is #809E33. Grayscale: #757575. Windows color (decimal): -8429108 or 13394303. OLE color: 13394303.

HSL color Cylindrical-coordinate representation of color #7F61CC: hue angle of 256.82º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F61CC is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12797204-
CMYK0.380.5200.2
HSL256.82º51.2%59.02%-
HSV(B)256.82º52.45%80%-
XYZ23.9317.4259.23-
YUV118.17176.44134.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.67%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=29.67%
G=22.66%
B=47.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal127972040.380.5200.2256.8251.259.02
Hex7F61CC2634014101333b
Octal17714131446640244016373
Binary1111111110000111001100100110110100010100100000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F61CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,204); }

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

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

 a { background-color: rgb(127,97,204); }

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

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

 span { border-color: rgb(127,97,204); }

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