#3E16BD

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

Shades of Purple Heart #3E16BD

Tints of Purple Heart #3E16BD

Color information

#3E16BD (or 0x3E16BD) is unknown color: approx Purple Heart. HEX triplet: 3E, 16 and BD. RGB value is (62,22,189). Sum of RGB (Red+Green+Blue) = 62+22+189=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E16BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E16BD is #C1E942. Grayscale: #343434. Windows color (decimal): -12708163 or 12391998. OLE color: 12391998.

HSL color Cylindrical-coordinate representation of color #3E16BD: hue angle of 254.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E16BD is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6222189-
CMYK0.670.8800.26
HSL254.37º79.15%41.37%-
HSV(B)254.37º88.36%74.12%-
XYZ11.465.2748.56-
YUV53204.75134.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.71%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 189 (74.22% from 255) = 69.23%
R=22.71%
G=8.06%
B=69.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62221890.670.8800.26254.3779.1541.37
Hex3E16BD435801Afe4f29
Octal762627510313003237611751
Binary111110101101011110110000111011000011010111111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E16BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,22,189); }

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

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

 a { background-color: rgb(62,22,189); }

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

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

 span { border-color: rgb(62,22,189); }

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