Html Css Color HEX #5321DC Han Purple

📋 copy color: '#5321DC'

red 83 ◦ green 33 ◦ blue 220

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

Shades of Han Purple #5321DC

Tints of Han Purple #5321DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 24.7%
G = 9.82%
B = 65.48%

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

#5321DC (or 0x5321DC) is known color: Han Purple. HEX triplet: 53, 21 and DC. RGB value is (83,33,220). Sum of RGB (Red+Green+Blue) = 83+33+220=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #5321DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321DC is #ACDE23. Grayscale: #444444. Windows color (decimal): -11329060 or 14426451. OLE color: 14426451.

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

Color convert

RGB 83 33 220 -
CMYK 0.62 0.85 0 0.14
HSL 256.04º 0.74% 0.5% -
HSV(B) 256.04º 0.85% 0.86% -
XYZ 17.03 8.09 68.37 -
YUV 69.27 213.07 137.79 -
System Red Green Blue C M Y K H S L
Decimal 83 33 220 0.62 0.85 0 0.14 256.04 0.74 0.5
Hex 53 21 DC 3E 55 0 E 100 4A 32
Octal 123 41 334 76 125 0 16 400 112 62
Binary 1010011 100001 11011100 111110 1010101 0 1110 100000000 1001010 110010

Color Harmonies of #5321DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321DC

Black with #5321DC

Text Example


Text Example

White with #5321DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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