Html Css Color HEX #5524ED Han Purple

📋 copy color: '#5524ED'

red 85 ◦ green 36 ◦ blue 237

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

Shades of Han Purple #5524ED

Tints of Han Purple #5524ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 23.74%
G = 10.06%
B = 66.2%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5524ED (or 0x5524ED) is known color: Han Purple. HEX triplet: 55, 24 and ED. RGB value is (85,36,237). Sum of RGB (Red+Green+Blue) = 85+36+237=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #5524ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5524ED is #AADB12. Grayscale: #484848. Windows color (decimal): -11197203 or 15541333. OLE color: 15541333.

HSL color Cylindrical-coordinate representation of color #5524ED: hue angle of 254.63º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5524ED is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 36 237 -
CMYK 0.64 0.85 0 0.07
HSL 254.63º 0.85% 0.54% -
HSV(B) 254.63º 0.85% 0.93% -
XYZ 19.66 9.31 80.88 -
YUV 73.57 220.23 136.16 -
System Red Green Blue C M Y K H S L
Decimal 85 36 237 0.64 0.85 0 0.07 254.63 0.85 0.54
Hex 55 24 ED 40 55 0 7 FF 55 36
Octal 125 44 355 100 125 0 7 377 125 66
Binary 1010101 100100 11101101 1000000 1010101 0 111 11111111 1010101 110110

Color Harmonies of #5524ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5524ED

Black with #5524ED

Text Example


Text Example

White with #5524ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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