Html Css Color HEX #5321DB Han Purple

📋 copy color: '#5321DB'

red 83 ◦ green 33 ◦ blue 219

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

Shades of Han Purple #5321DB

Tints of Han Purple #5321DB

RGB

 RED value IS 83 (32.81% from 255) = 24.78%

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

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

R = 24.78%
G = 9.85%
B = 65.37%

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

#5321DB (or 0x5321DB) is known color: Han Purple. HEX triplet: 53, 21 and DB. RGB value is (83,33,219). Sum of RGB (Red+Green+Blue) = 83+33+219=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #5321DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321DB is #ACDE24. Grayscale: #444444. Windows color (decimal): -11329061 or 14360915. OLE color: 14360915.

HSL color Cylindrical-coordinate representation of color #5321DB: hue angle of 256.13º 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 #5321DB is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 33 219 -
CMYK 0.62 0.85 0 0.14
HSL 256.13º 0.74% 0.49% -
HSV(B) 256.13º 0.85% 0.86% -
XYZ 16.9 8.04 67.68 -
YUV 69.15 212.57 137.88 -
System Red Green Blue C M Y K H S L
Decimal 83 33 219 0.62 0.85 0 0.14 256.13 0.74 0.49
Hex 53 21 DB 3E 55 0 E 100 4A 31
Octal 123 41 333 76 125 0 16 400 112 61
Binary 1010011 100001 11011011 111110 1010101 0 1110 100000000 1001010 110001

Color Harmonies of #5321DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321DB

Black with #5321DB

Text Example


Text Example

White with #5321DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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