#3E0CB1

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

Shades of Purple Heart #3E0CB1

Tints of Purple Heart #3E0CB1

Color information

#3E0CB1 (or 0x3E0CB1) is unknown color: approx Purple Heart. HEX triplet: 3E, 0C and B1. RGB value is (62,12,177). Sum of RGB (Red+Green+Blue) = 62+12+177=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 177 (69.53% from 255 or 70.52% from 251); Max value from RGB is 177 - color contains mainly: blue. Hex color #3E0CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0CB1 is #C1F34E. Grayscale: #2D2D2D. Windows color (decimal): -12710735 or 11603006. OLE color: 11603006.

HSL color Cylindrical-coordinate representation of color #3E0CB1: hue angle of 258.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0CB1 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6212177-
CMYK0.650.9300.31
HSL258.18º87.3%37.06%-
HSV(B)258.18º93.22%69.41%-
XYZ10.054.4641.93-
YUV45.76202.06139.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 177 (69.53% from 255) = 70.52%
R=24.70%
G=4.78%
B=70.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62121770.650.9300.31258.1887.337.06
Hex3ECB1415D01F1025725
Octal761426110113503740212745
Binary111110110010110001100000110111010111111000000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,12,177); }

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

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

 a { background-color: rgb(62,12,177); }

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

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

 span { border-color: rgb(62,12,177); }

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