#7E60C3

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

Shades of True V #7E60C3

Tints of True V #7E60C3

Color information

#7E60C3 (or 0x7E60C3) is unknown color: approx True V. HEX triplet: 7E, 60 and C3. RGB value is (126,96,195). Sum of RGB (Red+Green+Blue) = 126+96+195=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #7E60C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E60C3 is #819F3C. Grayscale: #737373. Windows color (decimal): -8494909 or 12804222. OLE color: 12804222.

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

Color convert

RGB12696195-
CMYK0.350.5100.24
HSL258.18º45.21%57.06%-
HSV(B)258.18º50.77%76.47%-
XYZ22.6416.7453.67-
YUV116.26172.44134.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=30.22%
G=23.02%
B=46.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126961950.350.5100.24258.1845.2157.06
Hex7E60C323330181022d39
Octal17614030343630304025571
Binary1111110110000011000011100011110011011000100000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,96,195); }

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

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

 a { background-color: rgb(126,96,195); }

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

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

 span { border-color: rgb(126,96,195); }

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