#7F61C2

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

Shades of True V #7F61C2

Tints of True V #7F61C2

Color information

#7F61C2 (or 0x7F61C2) is unknown color: approx True V. HEX triplet: 7F, 61 and C2. RGB value is (127,97,194). Sum of RGB (Red+Green+Blue) = 127+97+194=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #7F61C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61C2 is #809E3D. Grayscale: #747474. Windows color (decimal): -8429118 or 12738943. OLE color: 12738943.

HSL color Cylindrical-coordinate representation of color #7F61C2: hue angle of 258.56º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F61C2 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12797194-
CMYK0.350.5000.24
HSL258.56º44.29%57.06%-
HSV(B)258.56º50%76.08%-
XYZ22.7616.9653.11-
YUV117.03171.44135.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.38%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 194 (76.17% from 255) = 46.41%
R=30.38%
G=23.21%
B=46.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127971940.350.5000.24258.5644.2957.06
Hex7F61C223320181032c39
Octal17714130243620304035471
Binary1111111110000111000010100011110010011000100000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F61C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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