#3E0FC3

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

Shades of Purple Heart #3E0FC3

Tints of Purple Heart #3E0FC3

Color information

#3E0FC3 (or 0x3E0FC3) is unknown color: approx Purple Heart. HEX triplet: 3E, 0F and C3. RGB value is (62,15,195). Sum of RGB (Red+Green+Blue) = 62+15+195=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #3E0FC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0FC3 is #C1F03C. Grayscale: #303030. Windows color (decimal): -12709949 or 12783422. OLE color: 12783422.

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

Color convert

RGB6215195-
CMYK0.680.9200.24
HSL255.67º85.71%41.18%-
HSV(B)255.67º92.31%76.47%-
XYZ12.015.3152.02-
YUV49.57210.07136.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 195 (76.56% from 255) = 71.69%
R=22.79%
G=5.51%
B=71.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal62151950.680.9200.24255.6785.7141.18
Hex3EFC3445C0181005629
Octal761730310413403040012651
Binary111110111111000011100010010111000110001000000001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,15,195); }

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

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

 a { background-color: rgb(62,15,195); }

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

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

 span { border-color: rgb(62,15,195); }

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