Html Css Color HEX #552EE8 Han Purple

📋 copy color: '#552EE8'

red 85 ◦ green 46 ◦ blue 232

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

Shades of Han Purple #552EE8

Tints of Han Purple #552EE8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.67%

 BLUE value IS 232 (91.02% from 255) = 63.91%

R = 23.42%
G = 12.67%
B = 63.91%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#552EE8 (or 0x552EE8) is known color: Han Purple. HEX triplet: 55, 2E and E8. RGB value is (85,46,232). Sum of RGB (Red+Green+Blue) = 85+46+232=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #552EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EE8 is #AAD117. Grayscale: #4E4E4E. Windows color (decimal): -11194648 or 15216213. OLE color: 15216213.

HSL color Cylindrical-coordinate representation of color #552EE8: hue angle of 252.58º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EE8 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 46 232 -
CMYK 0.63 0.80 0 0.09
HSL 252.58º 0.8% 0.55% -
HSV(B) 252.58º 0.8% 0.91% -
XYZ 19.29 9.71 77.2 -
YUV 78.87 214.42 132.38 -
System Red Green Blue C M Y K H S L
Decimal 85 46 232 0.63 0.80 0 0.09 252.58 0.8 0.55
Hex 55 2E E8 3F 50 0 9 FD 50 37
Octal 125 56 350 77 120 0 11 375 120 67
Binary 1010101 101110 11101000 111111 1010000 0 1001 11111101 1010000 110111

Color Harmonies of #552EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EE8

Black with #552EE8

Text Example


Text Example

White with #552EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552EE8; }

 p { color: rgb(85,46,232); }

 H1.HeaderClassName
 {
   color: #552EE8;
 }
 .AnyTagClassName
 {
   color: #552EE8;
 }
</style>

background-color css

<style>
 a { background-color: #552EE8; }

 a { background-color: rgb(85,46,232); }

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

border-color css

<style>
 span { border-color: #552EE8; }

 span { border-color: rgb(85,46,232); }

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