#7E3CC5

Color #7E3CC5 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7E3CC5

Tints of Purple Heart #7E3CC5

Color information

#7E3CC5 (or 0x7E3CC5) is unknown color: approx Purple Heart. HEX triplet: 7E, 3C and C5. RGB value is (126,60,197). Sum of RGB (Red+Green+Blue) = 126+60+197=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #7E3CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CC5 is #81C33A. Grayscale: #5E5E5E. Windows color (decimal): -8504123 or 12926078. OLE color: 12926078.

HSL color Cylindrical-coordinate representation of color #7E3CC5: hue angle of 268.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E3CC5 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12660197-
CMYK0.360.7000.23
HSL268.91º54.15%50.39%-
HSV(B)268.91º69.54%77.25%-
XYZ20.311.754.01-
YUV95.35185.37149.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.90%
GREEN value IS 60 (23.83% from 255) = 15.67%
BLUE value IS 197 (77.34% from 255) = 51.44%
R=32.90%
G=15.67%
B=51.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal126601970.360.7000.23268.9154.1550.39
Hex7E3CC5244601710d3632
Octal17674305441060274156662
Binary1111110111100110001011001001000110010111100001101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,60,197); }

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

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

 a { background-color: rgb(126,60,197); }

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

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

 span { border-color: rgb(126,60,197); }

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