Html Css Color HEX #5520F2 Han Purple

📋 copy color: '#5520F2'

red 85 ◦ green 32 ◦ blue 242

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

Shades of Han Purple #5520F2

Tints of Han Purple #5520F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.41%

R = 23.68%
G = 8.91%
B = 67.41%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5520F2 (or 0x5520F2) is known color: Han Purple. HEX triplet: 55, 20 and F2. RGB value is (85,32,242). Sum of RGB (Red+Green+Blue) = 85+32+242=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #5520F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5520F2 is #AADF0D. Grayscale: #474747. Windows color (decimal): -11198222 or 15867989. OLE color: 15867989.

HSL color Cylindrical-coordinate representation of color #5520F2: hue angle of 255.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5520F2 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 32 242 -
CMYK 0.65 0.87 0 0.05
HSL 255.14º 0.89% 0.54% -
HSV(B) 255.14º 0.87% 0.95% -
XYZ 20.29 9.38 84.74 -
YUV 71.79 224.06 137.42 -
System Red Green Blue C M Y K H S L
Decimal 85 32 242 0.65 0.87 0 0.05 255.14 0.89 0.54
Hex 55 20 F2 41 57 0 5 FF 59 36
Octal 125 40 362 101 127 0 5 377 131 66
Binary 1010101 100000 11110010 1000001 1010111 0 101 11111111 1011001 110110

Color Harmonies of #5520F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5520F2

Black with #5520F2

Text Example


Text Example

White with #5520F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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