#3E0EBE

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

Shades of Purple Heart #3E0EBE

Tints of Purple Heart #3E0EBE

Color information

#3E0EBE (or 0x3E0EBE) is unknown color: approx Purple Heart. HEX triplet: 3E, 0E and BE. RGB value is (62,14,190). Sum of RGB (Red+Green+Blue) = 62+14+190=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0EBE is #C1F141. Grayscale: #2F2F2F. Windows color (decimal): -12710210 or 12455486. OLE color: 12455486.

HSL color Cylindrical-coordinate representation of color #3E0EBE: hue angle of 256.36º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0EBE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6214190-
CMYK0.670.9300.25
HSL256.36º86.27%40%-
HSV(B)256.36º92.63%74.51%-
XYZ11.445.0649.09-
YUV48.42207.9137.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.31%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 190 (74.61% from 255) = 71.43%
R=23.31%
G=5.26%
B=71.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal62141900.670.9300.25256.3686.2740
Hex3EEBE435D0191005628
Octal761627610313503140012650
Binary111110111010111110100001110111010110011000000001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,14,190); }

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

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

 a { background-color: rgb(62,14,190); }

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

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

 span { border-color: rgb(62,14,190); }

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