Html Css Color HEX #5324DD Han Purple

📋 copy color: '#5324DD'

red 83 ◦ green 36 ◦ blue 221

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

Shades of Han Purple #5324DD

Tints of Han Purple #5324DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 24.41%
G = 10.59%
B = 65%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5324DD (or 0x5324DD) is known color: Han Purple. HEX triplet: 53, 24 and DD. RGB value is (83,36,221). Sum of RGB (Red+Green+Blue) = 83+36+221=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #5324DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324DD is #ACDB22. Grayscale: #464646. Windows color (decimal): -11328291 or 14492755. OLE color: 14492755.

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

Color convert

RGB 83 36 221 -
CMYK 0.62 0.84 0 0.13
HSL 255.24º 0.73% 0.5% -
HSV(B) 255.24º 0.84% 0.87% -
XYZ 17.25 8.32 69.1 -
YUV 71.14 212.57 136.46 -
System Red Green Blue C M Y K H S L
Decimal 83 36 221 0.62 0.84 0 0.13 255.24 0.73 0.5
Hex 53 24 DD 3E 54 0 D FF 49 32
Octal 123 44 335 76 124 0 15 377 111 62
Binary 1010011 100100 11011101 111110 1010100 0 1101 11111111 1001001 110010

Color Harmonies of #5324DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324DD

Black with #5324DD

Text Example


Text Example

White with #5324DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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