Html Css Color HEX #5321DD Han Purple

📋 copy color: '#5321DD'

red 83 ◦ green 33 ◦ blue 221

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

Shades of Han Purple #5321DD

Tints of Han Purple #5321DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 24.63%
G = 9.79%
B = 65.58%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5321DD (or 0x5321DD) is known color: Han Purple. HEX triplet: 53, 21 and DD. RGB value is (83,33,221). Sum of RGB (Red+Green+Blue) = 83+33+221=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #5321DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5321DD is #ACDE22. Grayscale: #444444. Windows color (decimal): -11329059 or 14491987. OLE color: 14491987.

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

Color convert

RGB 83 33 221 -
CMYK 0.62 0.85 0 0.13
HSL 255.96º 0.74% 0.5% -
HSV(B) 255.96º 0.85% 0.87% -
XYZ 17.16 8.15 69.07 -
YUV 69.38 213.57 137.71 -
System Red Green Blue C M Y K H S L
Decimal 83 33 221 0.62 0.85 0 0.13 255.96 0.74 0.5
Hex 53 21 DD 3E 55 0 D 100 4A 32
Octal 123 41 335 76 125 0 15 400 112 62
Binary 1010011 100001 11011101 111110 1010101 0 1101 100000000 1001010 110010

Color Harmonies of #5321DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5321DD

Black with #5321DD

Text Example


Text Example

White with #5321DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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