#3E21BD

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

Shades of Purple Heart #3E21BD

Tints of Purple Heart #3E21BD

Color information

#3E21BD (or 0x3E21BD) is unknown color: approx Purple Heart. HEX triplet: 3E, 21 and BD. RGB value is (62,33,189). Sum of RGB (Red+Green+Blue) = 62+33+189=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E21BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E21BD is #C1DE42. Grayscale: #3A3A3A. Windows color (decimal): -12705347 or 12394814. OLE color: 12394814.

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

Color convert

RGB6233189-
CMYK0.670.8300.26
HSL251.15º70.27%43.53%-
HSV(B)251.15º82.54%74.12%-
XYZ11.725.7948.64-
YUV59.46201.11129.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 189 (74.22% from 255) = 66.55%
R=21.83%
G=11.62%
B=66.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal62331890.670.8300.26251.1570.2743.53
Hex3E21BD435301Afb462c
Octal764127510312303237310654
Binary1111101000011011110110000111010011011010111110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E21BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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