#3E02C1

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

Shades of Purple Heart #3E02C1

Tints of Purple Heart #3E02C1

Color information

#3E02C1 (or 0x3E02C1) is unknown color: approx Purple Heart. HEX triplet: 3E, 02 and C1. RGB value is (62,2,193). Sum of RGB (Red+Green+Blue) = 62+2+193=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E02C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02C1 is #C1FD3E. Grayscale: #292929. Windows color (decimal): -12713279 or 12649022. OLE color: 12649022.

HSL color Cylindrical-coordinate representation of color #3E02C1: hue angle of 258.85º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02C1 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB622193-
CMYK0.680.9900.24
HSL258.85º97.95%38.24%-
HSV(B)258.85º98.96%75.69%-
XYZ11.634.9250.79-
YUV41.71213.38142.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 193 (75.78% from 255) = 75.10%
R=24.12%
G=0.78%
B=75.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6221930.680.9900.24258.8597.9538.24
Hex3E2C144630181036226
Octal76230110414303040314246
Binary1111101011000001100010011000110110001000000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E02C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,193); }

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

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

 a { background-color: rgb(62,2,193); }

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

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

 span { border-color: rgb(62,2,193); }

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