#3E0AC5

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

Shades of Purple Heart #3E0AC5

Tints of Purple Heart #3E0AC5

Color information

#3E0AC5 (or 0x3E0AC5) is unknown color: approx Purple Heart. HEX triplet: 3E, 0A and C5. RGB value is (62,10,197). Sum of RGB (Red+Green+Blue) = 62+10+197=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 197 (77.34% from 255 or 73.23% from 269); Max value from RGB is 197 - color contains mainly: blue. Hex color #3E0AC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0AC5 is #C1F53A. Grayscale: #2E2E2E. Windows color (decimal): -12711227 or 12913214. OLE color: 12913214.

HSL color Cylindrical-coordinate representation of color #3E0AC5: hue angle of 256.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0AC5 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6210197-
CMYK0.690.9500.23
HSL256.68º90.34%40.59%-
HSV(B)256.68º94.92%77.25%-
XYZ12.175.2753.2-
YUV46.87212.73138.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 197 (77.34% from 255) = 73.23%
R=23.05%
G=3.72%
B=73.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal62101970.690.9500.23256.6890.3440.59
Hex3EAC5455F0171015a29
Octal761230510513702740113251
Binary111110101011000101100010110111110101111000000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E0AC5; }

 p { color: rgb(62,10,197); }

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

<style>
 a { background-color: #3E0AC5; }

 a { background-color: rgb(62,10,197); }

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

<style>
 span { border-color: #3E0AC5; }

 span { border-color: rgb(62,10,197); }

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