Html Css Color HEX #5532F2 Han Purple

📋 copy color: '#5532F2'

red 85 ◦ green 50 ◦ blue 242

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

Shades of Han Purple #5532F2

Tints of Han Purple #5532F2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

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

R = 22.55%
G = 13.26%
B = 64.19%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5532F2 (or 0x5532F2) is known color: Han Purple. HEX triplet: 55, 32 and F2. RGB value is (85,50,242). Sum of RGB (Red+Green+Blue) = 85+50+242=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 242 (94.92% from 255 or 64.19% from 377); Max value from RGB is 242 - color contains mainly: blue. Hex color #5532F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5532F2 is #AACD0D. Grayscale: #515151. Windows color (decimal): -11193614 or 15872597. OLE color: 15872597.

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

Color convert

RGB 85 50 242 -
CMYK 0.65 0.79 0 0.05
HSL 250.94º 0.88% 0.57% -
HSV(B) 250.94º 0.79% 0.95% -
XYZ 20.91 10.62 84.95 -
YUV 82.35 218.1 129.89 -
System Red Green Blue C M Y K H S L
Decimal 85 50 242 0.65 0.79 0 0.05 250.94 0.88 0.57
Hex 55 32 F2 41 4F 0 5 FB 58 39
Octal 125 62 362 101 117 0 5 373 130 71
Binary 1010101 110010 11110010 1000001 1001111 0 101 11111011 1011000 111001

Color Harmonies of #5532F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5532F2

Black with #5532F2

Text Example


Text Example

White with #5532F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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