#3E1BAF

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

Shades of Purple Heart #3E1BAF

Tints of Purple Heart #3E1BAF

Color information

#3E1BAF (or 0x3E1BAF) is unknown color: approx Purple Heart. HEX triplet: 3E, 1B and AF. RGB value is (62,27,175). Sum of RGB (Red+Green+Blue) = 62+27+175=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E1BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1BAF is #C1E450. Grayscale: #353535. Windows color (decimal): -12706897 or 11475774. OLE color: 11475774.

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

Color convert

RGB6227175-
CMYK0.650.8500.31
HSL254.19º73.27%39.61%-
HSV(B)254.19º84.57%68.63%-
XYZ10.124.940.97-
YUV54.34196.1133.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.48%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 175 (68.75% from 255) = 66.29%
R=23.48%
G=10.23%
B=66.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62271750.650.8500.31254.1973.2739.61
Hex3E1BAF415501Ffe4928
Octal763325710112503737611150
Binary111110110111010111110000011010101011111111111101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,27,175); }

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

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

 a { background-color: rgb(62,27,175); }

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

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

 span { border-color: rgb(62,27,175); }

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