Html Css Color HEX #5524DD Han Purple

📋 copy color: '#5524DD'

red 85 ◦ green 36 ◦ blue 221

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

Shades of Han Purple #5524DD

Tints of Han Purple #5524DD

RGB

 RED value IS 85 (33.59% from 255) = 24.85%

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

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

R = 24.85%
G = 10.53%
B = 64.62%

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

#5524DD (or 0x5524DD) is known color: Han Purple. HEX triplet: 55, 24 and DD. RGB value is (85,36,221). Sum of RGB (Red+Green+Blue) = 85+36+221=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #5524DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5524DD is #AADB22. Grayscale: #474747. Windows color (decimal): -11197219 or 14492757. OLE color: 14492757.

HSL color Cylindrical-coordinate representation of color #5524DD: hue angle of 255.89º 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 #5524DD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 36 221 -
CMYK 0.62 0.84 0 0.13
HSL 255.89º 0.73% 0.5% -
HSV(B) 255.89º 0.84% 0.87% -
XYZ 17.43 8.41 69.11 -
YUV 71.74 212.23 137.46 -
System Red Green Blue C M Y K H S L
Decimal 85 36 221 0.62 0.84 0 0.13 255.89 0.73 0.5
Hex 55 24 DD 3E 54 0 D 100 49 32
Octal 125 44 335 76 124 0 15 400 111 62
Binary 1010101 100100 11011101 111110 1010100 0 1101 100000000 1001001 110010

Color Harmonies of #5524DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5524DD

Black with #5524DD

Text Example


Text Example

White with #5524DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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