Html Css Color HEX #552BE5 Han Purple

📋 copy color: '#552BE5'

red 85 ◦ green 43 ◦ blue 229

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

Shades of Han Purple #552BE5

Tints of Han Purple #552BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.04%

 BLUE value IS 229 (89.84% from 255) = 64.15%

R = 23.81%
G = 12.04%
B = 64.15%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#552BE5 (or 0x552BE5) is known color: Han Purple. HEX triplet: 55, 2B and E5. RGB value is (85,43,229). Sum of RGB (Red+Green+Blue) = 85+43+229=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 229 (89.84% from 255 or 64.15% from 357); Max value from RGB is 229 - color contains mainly: blue. Hex color #552BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BE5 is #AAD41A. Grayscale: #4C4C4C. Windows color (decimal): -11195419 or 15018837. OLE color: 15018837.

HSL color Cylindrical-coordinate representation of color #552BE5: hue angle of 253.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552BE5 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 43 229 -
CMYK 0.63 0.81 0 0.10
HSL 253.55º 0.78% 0.53% -
HSV(B) 253.55º 0.81% 0.9% -
XYZ 18.75 9.32 74.94 -
YUV 76.76 213.91 133.88 -
System Red Green Blue C M Y K H S L
Decimal 85 43 229 0.63 0.81 0 0.10 253.55 0.78 0.53
Hex 55 2B E5 3F 51 0 A FE 4E 35
Octal 125 53 345 77 121 0 12 376 116 65
Binary 1010101 101011 11100101 111111 1010001 0 1010 11111110 1001110 110101

Color Harmonies of #552BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BE5

Black with #552BE5

Text Example


Text Example

White with #552BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,229); }

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

background-color css

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

 a { background-color: rgb(85,43,229); }

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

border-color css

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

 span { border-color: rgb(85,43,229); }

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