Html Css Color HEX #5520F9 Han Purple

📋 copy color: '#5520F9'

red 85 ◦ green 32 ◦ blue 249

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

Shades of Han Purple #5520F9

Tints of Han Purple #5520F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 68.03%

R = 23.22%
G = 8.74%
B = 68.03%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5520F9 (or 0x5520F9) is known color: Han Purple. HEX triplet: 55, 20 and F9. RGB value is (85,32,249). Sum of RGB (Red+Green+Blue) = 85+32+249=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #5520F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5520F9 is #AADF06. Grayscale: #474747. Windows color (decimal): -11198215 or 16326741. OLE color: 16326741.

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

Color convert

RGB 85 32 249 -
CMYK 0.66 0.87 0 0.02
HSL 254.65º 0.95% 0.55% -
HSV(B) 254.65º 0.87% 0.98% -
XYZ 21.36 9.8 90.39 -
YUV 72.59 227.56 136.86 -
System Red Green Blue C M Y K H S L
Decimal 85 32 249 0.66 0.87 0 0.02 254.65 0.95 0.55
Hex 55 20 F9 42 57 0 2 FF 5F 37
Octal 125 40 371 102 127 0 2 377 137 67
Binary 1010101 100000 11111001 1000010 1010111 0 10 11111111 1011111 110111

Color Harmonies of #5520F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520F9

Black with #5520F9

Text Example


Text Example

White with #5520F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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