Html Css Color HEX #5520F8 Han Purple

📋 copy color: '#5520F8'

red 85 ◦ green 32 ◦ blue 248

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

Shades of Han Purple #5520F8

Tints of Han Purple #5520F8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 248 (97.27% from 255) = 67.95%

R = 23.29%
G = 8.77%
B = 67.95%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5520F8 (or 0x5520F8) is known color: Han Purple. HEX triplet: 55, 20 and F8. RGB value is (85,32,248). Sum of RGB (Red+Green+Blue) = 85+32+248=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #5520F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5520F8 is #AADF07. Grayscale: #474747. Windows color (decimal): -11198216 or 16261205. OLE color: 16261205.

HSL color Cylindrical-coordinate representation of color #5520F8: hue angle of 254.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5520F8 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 32 248 -
CMYK 0.66 0.87 0 0.03
HSL 254.72º 0.94% 0.55% -
HSV(B) 254.72º 0.87% 0.97% -
XYZ 21.21 9.74 89.57 -
YUV 72.47 227.06 136.94 -
System Red Green Blue C M Y K H S L
Decimal 85 32 248 0.66 0.87 0 0.03 254.72 0.94 0.55
Hex 55 20 F8 42 57 0 3 FF 5E 37
Octal 125 40 370 102 127 0 3 377 136 67
Binary 1010101 100000 11111000 1000010 1010111 0 11 11111111 1011110 110111

Color Harmonies of #5520F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520F8

Black with #5520F8

Text Example


Text Example

White with #5520F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5520F8; }

 p { color: rgb(85,32,248); }

 H1.HeaderClassName
 {
   color: #5520F8;
 }
 .AnyTagClassName
 {
   color: #5520F8;
 }
</style>

background-color css

<style>
 a { background-color: #5520F8; }

 a { background-color: rgb(85,32,248); }

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

border-color css

<style>
 span { border-color: #5520F8; }

 span { border-color: rgb(85,32,248); }

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