Html Css Color HEX #552CEA Han Purple

📋 copy color: '#552CEA'

red 85 ◦ green 44 ◦ blue 234

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

Shades of Han Purple #552CEA

Tints of Han Purple #552CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 23.42%
G = 12.12%
B = 64.46%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552CEA (or 0x552CEA) is known color: Han Purple. HEX triplet: 55, 2C and EA. RGB value is (85,44,234). Sum of RGB (Red+Green+Blue) = 85+44+234=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #552CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CEA is #AAD315. Grayscale: #4D4D4D. Windows color (decimal): -11195158 or 15346773. OLE color: 15346773.

HSL color Cylindrical-coordinate representation of color #552CEA: hue angle of 252.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552CEA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 44 234 -
CMYK 0.64 0.81 0 0.08
HSL 252.95º 0.82% 0.55% -
HSV(B) 252.95º 0.81% 0.92% -
XYZ 19.5 9.67 78.68 -
YUV 77.92 216.08 133.05 -
System Red Green Blue C M Y K H S L
Decimal 85 44 234 0.64 0.81 0 0.08 252.95 0.82 0.55
Hex 55 2C EA 40 51 0 8 FD 52 37
Octal 125 54 352 100 121 0 10 375 122 67
Binary 1010101 101100 11101010 1000000 1010001 0 1000 11111101 1010010 110111

Color Harmonies of #552CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CEA

Black with #552CEA

Text Example


Text Example

White with #552CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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