Html Css Color HEX #5406DB Han Purple

📋 copy color: '#5406DB'

red 84 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #5406DB

Tints of Han Purple #5406DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 27.18%
G = 1.94%
B = 70.87%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5406DB (or 0x5406DB) is known color: Han Purple. HEX triplet: 54, 06 and DB. RGB value is (84,6,219). Sum of RGB (Red+Green+Blue) = 84+6+219=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #5406DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5406DB is #ABF924. Grayscale: #343434. Windows color (decimal): -11270437 or 14354004. OLE color: 14354004.

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

Color convert

RGB 84 6 219 -
CMYK 0.62 0.97 0 0.14
HSL 261.97º 0.95% 0.44% -
HSV(B) 261.97º 0.97% 0.86% -
XYZ 16.51 7.13 67.52 -
YUV 53.6 221.34 149.68 -
System Red Green Blue C M Y K H S L
Decimal 84 6 219 0.62 0.97 0 0.14 261.97 0.95 0.44
Hex 54 6 DB 3E 61 0 E 106 5F 2C
Octal 124 6 333 76 141 0 16 406 137 54
Binary 1010100 110 11011011 111110 1100001 0 1110 100000110 1011111 101100

Color Harmonies of #5406DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5406DB

Black with #5406DB

Text Example


Text Example

White with #5406DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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