Html Css Color HEX #552EE2 Han Purple

📋 copy color: '#552EE2'

red 85 ◦ green 46 ◦ blue 226

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

Shades of Han Purple #552EE2

Tints of Han Purple #552EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 63.31%

R = 23.81%
G = 12.89%
B = 63.31%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#552EE2 (or 0x552EE2) is known color: Han Purple. HEX triplet: 55, 2E and E2. RGB value is (85,46,226). Sum of RGB (Red+Green+Blue) = 85+46+226=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #552EE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EE2 is #AAD11D. Grayscale: #4D4D4D. Windows color (decimal): -11194654 or 14822997. OLE color: 14822997.

HSL color Cylindrical-coordinate representation of color #552EE2: hue angle of 253º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552EE2 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 46 226 -
CMYK 0.62 0.80 0 0.11
HSL 253º 0.76% 0.53% -
HSV(B) 253º 0.8% 0.89% -
XYZ 18.45 9.38 72.79 -
YUV 78.18 211.42 132.86 -
System Red Green Blue C M Y K H S L
Decimal 85 46 226 0.62 0.80 0 0.11 253 0.76 0.53
Hex 55 2E E2 3E 50 0 B FD 4C 35
Octal 125 56 342 76 120 0 13 375 114 65
Binary 1010101 101110 11100010 111110 1010000 0 1011 11111101 1001100 110101

Color Harmonies of #552EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EE2

Black with #552EE2

Text Example


Text Example

White with #552EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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