Html Css Color HEX #552CE5 Han Purple

📋 copy color: '#552CE5'

red 85 ◦ green 44 ◦ blue 229

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

Shades of Han Purple #552CE5

Tints of Han Purple #552CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.29%

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

R = 23.74%
G = 12.29%
B = 63.97%

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

#552CE5 (or 0x552CE5) is known color: Han Purple. HEX triplet: 55, 2C and E5. RGB value is (85,44,229). Sum of RGB (Red+Green+Blue) = 85+44+229=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #552CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CE5 is #AAD31A. Grayscale: #4C4C4C. Windows color (decimal): -11195163 or 15019093. OLE color: 15019093.

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

Color convert

RGB 85 44 229 -
CMYK 0.63 0.81 0 0.10
HSL 253.3º 0.78% 0.54% -
HSV(B) 253.3º 0.81% 0.9% -
XYZ 18.79 9.39 74.95 -
YUV 77.35 213.58 133.46 -
System Red Green Blue C M Y K H S L
Decimal 85 44 229 0.63 0.81 0 0.10 253.3 0.78 0.54
Hex 55 2C E5 3F 51 0 A FD 4E 36
Octal 125 54 345 77 121 0 12 375 116 66
Binary 1010101 101100 11100101 111111 1010001 0 1010 11111101 1001110 110110

Color Harmonies of #552CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CE5

Black with #552CE5

Text Example


Text Example

White with #552CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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