Html Css Color HEX #552DEE Han Purple

📋 copy color: '#552DEE'

red 85 ◦ green 45 ◦ blue 238

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

Shades of Han Purple #552DEE

Tints of Han Purple #552DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

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

R = 23.1%
G = 12.23%
B = 64.67%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#552DEE (or 0x552DEE) is known color: Han Purple. HEX triplet: 55, 2D and EE. RGB value is (85,45,238). Sum of RGB (Red+Green+Blue) = 85+45+238=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #552DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DEE is #AAD211. Grayscale: #4E4E4E. Windows color (decimal): -11194898 or 15609173. OLE color: 15609173.

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

Color convert

RGB 85 45 238 -
CMYK 0.64 0.81 0 0.07
HSL 252.44º 0.85% 0.55% -
HSV(B) 252.44º 0.81% 0.93% -
XYZ 20.12 9.98 81.76 -
YUV 78.96 217.75 132.31 -
System Red Green Blue C M Y K H S L
Decimal 85 45 238 0.64 0.81 0 0.07 252.44 0.85 0.55
Hex 55 2D EE 40 51 0 7 FC 55 37
Octal 125 55 356 100 121 0 7 374 125 67
Binary 1010101 101101 11101110 1000000 1010001 0 111 11111100 1010101 110111

Color Harmonies of #552DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DEE

Black with #552DEE

Text Example


Text Example

White with #552DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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