Html Css Color HEX #5E21B6 Purple Heart

📋 copy color: '#5E21B6'

red 94 ◦ green 33 ◦ blue 182

#5E21B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5E21B6

Tints of Purple Heart #5E21B6

RGB

 RED value IS 94 (37.11% from 255) = 30.42%

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 182 (71.48% from 255) = 58.9%

R = 30.42%
G = 10.68%
B = 58.9%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E21B6 (or 0x5E21B6) is known color: Purple Heart. HEX triplet: 5E, 21 and B6. RGB value is (94,33,182). Sum of RGB (Red+Green+Blue) = 94+33+182=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #5E21B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21B6 is #A1DE49. Grayscale: #434343. Windows color (decimal): -10608202 or 11936094. OLE color: 11936094.

HSL color Cylindrical-coordinate representation of color #5E21B6: hue angle of 264.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E21B6 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 33 182 -
CMYK 0.48 0.82 0 0.29
HSL 264.56º 0.69% 0.42% -
HSV(B) 264.56º 0.82% 0.71% -
XYZ 13.6 6.84 44.86 -
YUV 68.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 94 33 182 0.48 0.82 0 0.29 264.56 0.69 0.42
Hex 5E 21 B6 30 52 0 1D 109 45 2A
Octal 136 41 266 60 122 0 35 411 105 52
Binary 1011110 100001 10110110 110000 1010010 0 11101 100001001 1000101 101010

Color Harmonies of #5E21B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E21B6

Black with #5E21B6

Text Example


Text Example

White with #5E21B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E21B6; }

 p { color: rgb(94,33,182); }

 H1.HeaderClassName
 {
   color: #5E21B6;
 }
 .AnyTagClassName
 {
   color: #5E21B6;
 }
</style>

background-color css

<style>
 a { background-color: #5E21B6; }

 a { background-color: rgb(94,33,182); }

 div.DivClassName
 {
   background-color: #5E21B6;
 }
 .BgClassName
 {
   background-color: #5E21B6;
 }
</style>

border-color css

<style>
 span { border-color: #5E21B6; }

 span { border-color: rgb(94,33,182); }

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