Html Css Color HEX #5421DB Han Purple

📋 copy color: '#5421DB'

red 84 ◦ green 33 ◦ blue 219

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

Shades of Han Purple #5421DB

Tints of Han Purple #5421DB

RGB

 RED value IS 84 (33.2% from 255) = 25%

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

 BLUE value IS 219 (85.94% from 255) = 65.18%

R = 25%
G = 9.82%
B = 65.18%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5421DB (or 0x5421DB) is known color: Han Purple. HEX triplet: 54, 21 and DB. RGB value is (84,33,219). Sum of RGB (Red+Green+Blue) = 84+33+219=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #5421DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421DB is #ABDE24. Grayscale: #444444. Windows color (decimal): -11263525 or 14360916. OLE color: 14360916.

HSL color Cylindrical-coordinate representation of color #5421DB: hue angle of 256.45º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5421DB is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 33 219 -
CMYK 0.62 0.85 0 0.14
HSL 256.45º 0.74% 0.49% -
HSV(B) 256.45º 0.85% 0.86% -
XYZ 16.99 8.09 67.68 -
YUV 69.45 212.4 138.38 -
System Red Green Blue C M Y K H S L
Decimal 84 33 219 0.62 0.85 0 0.14 256.45 0.74 0.49
Hex 54 21 DB 3E 55 0 E 100 4A 31
Octal 124 41 333 76 125 0 16 400 112 61
Binary 1010100 100001 11011011 111110 1010101 0 1110 100000000 1001010 110001

Color Harmonies of #5421DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5421DB

Black with #5421DB

Text Example


Text Example

White with #5421DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5421DB; }

 p { color: rgb(84,33,219); }

 H1.HeaderClassName
 {
   color: #5421DB;
 }
 .AnyTagClassName
 {
   color: #5421DB;
 }
</style>

background-color css

<style>
 a { background-color: #5421DB; }

 a { background-color: rgb(84,33,219); }

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

border-color css

<style>
 span { border-color: #5421DB; }

 span { border-color: rgb(84,33,219); }

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