Html Css Color HEX #552CEE Han Purple

📋 copy color: '#552CEE'

red 85 ◦ green 44 ◦ blue 238

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

Shades of Han Purple #552CEE

Tints of Han Purple #552CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 23.16%
G = 11.99%
B = 64.85%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#552CEE (or 0x552CEE) is known color: Han Purple. HEX triplet: 55, 2C and EE. RGB value is (85,44,238). Sum of RGB (Red+Green+Blue) = 85+44+238=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #552CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CEE is #AAD311. Grayscale: #4D4D4D. Windows color (decimal): -11195154 or 15608917. OLE color: 15608917.

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

Color convert

RGB 85 44 238 -
CMYK 0.64 0.82 0 0.07
HSL 252.68º 0.85% 0.55% -
HSV(B) 252.68º 0.82% 0.93% -
XYZ 20.08 9.91 81.74 -
YUV 78.38 218.08 132.73 -
System Red Green Blue C M Y K H S L
Decimal 85 44 238 0.64 0.82 0 0.07 252.68 0.85 0.55
Hex 55 2C EE 40 52 0 7 FD 55 37
Octal 125 54 356 100 122 0 7 375 125 67
Binary 1010101 101100 11101110 1000000 1010010 0 111 11111101 1010101 110111

Color Harmonies of #552CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CEE

Black with #552CEE

Text Example


Text Example

White with #552CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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