Html Css Color HEX #552CE0 Han Purple

📋 copy color: '#552CE0'

red 85 ◦ green 44 ◦ blue 224

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

Shades of Han Purple #552CE0

Tints of Han Purple #552CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.46%

R = 24.08%
G = 12.46%
B = 63.46%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#552CE0 (or 0x552CE0) is known color: Han Purple. HEX triplet: 55, 2C and E0. RGB value is (85,44,224). Sum of RGB (Red+Green+Blue) = 85+44+224=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #552CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552CE0 is #AAD31F. Grayscale: #4C4C4C. Windows color (decimal): -11195168 or 14691413. OLE color: 14691413.

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

Color convert

RGB 85 44 224 -
CMYK 0.62 0.80 0 0.12
HSL 253.67º 0.74% 0.53% -
HSV(B) 253.67º 0.8% 0.88% -
XYZ 18.1 9.11 71.33 -
YUV 76.78 211.08 133.86 -
System Red Green Blue C M Y K H S L
Decimal 85 44 224 0.62 0.80 0 0.12 253.67 0.74 0.53
Hex 55 2C E0 3E 50 0 C FE 4A 35
Octal 125 54 340 76 120 0 14 376 112 65
Binary 1010101 101100 11100000 111110 1010000 0 1100 11111110 1001010 110101

Color Harmonies of #552CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CE0

Black with #552CE0

Text Example


Text Example

White with #552CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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