Html Css Color HEX #552CE9 Han Purple

📋 copy color: '#552CE9'

red 85 ◦ green 44 ◦ blue 233

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

Shades of Han Purple #552CE9

Tints of Han Purple #552CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 64.36%

R = 23.48%
G = 12.15%
B = 64.36%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#552CE9 (or 0x552CE9) is known color: Han Purple. HEX triplet: 55, 2C and E9. RGB value is (85,44,233). Sum of RGB (Red+Green+Blue) = 85+44+233=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #552CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CE9 is #AAD316. Grayscale: #4D4D4D. Windows color (decimal): -11195159 or 15281237. OLE color: 15281237.

HSL color Cylindrical-coordinate representation of color #552CE9: hue angle of 253.02º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552CE9 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 44 233 -
CMYK 0.64 0.81 0 0.09
HSL 253.02º 0.81% 0.54% -
HSV(B) 253.02º 0.81% 0.91% -
XYZ 19.35 9.62 77.93 -
YUV 77.81 215.58 133.13 -
System Red Green Blue C M Y K H S L
Decimal 85 44 233 0.64 0.81 0 0.09 253.02 0.81 0.54
Hex 55 2C E9 40 51 0 9 FD 51 36
Octal 125 54 351 100 121 0 11 375 121 66
Binary 1010101 101100 11101001 1000000 1010001 0 1001 11111101 1010001 110110

Color Harmonies of #552CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CE9

Black with #552CE9

Text Example


Text Example

White with #552CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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