Html Css Color HEX #552C55 Hot Purple

📋 copy color: '#552C55'

red 85 ◦ green 44 ◦ blue 85

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

Shades of Hot Purple #552C55

Tints of Hot Purple #552C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.72%

R = 39.72%
G = 20.56%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#552C55 (or 0x552C55) is known color: Hot Purple. HEX triplet: 55, 2C and 55. RGB value is (85,44,85). Sum of RGB (Red+Green+Blue) = 85+44+85=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C55 is #AAD3AA. Grayscale: #3C3C3C. Windows color (decimal): -11195307 or 5581909. OLE color: 5581909.

HSL color Cylindrical-coordinate representation of color #552C55: hue angle of 300º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C55 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 85 -
CMYK 0 0.48 0 0.67
HSL 300º 0.32% 0.25% -
HSV(B) 300º 0.48% 0.33% -
XYZ 6.29 4.39 9.11 -
YUV 60.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 85 44 85 0 0.48 0 0.67 300 0.32 0.25
Hex 55 2C 55 0 30 0 43 12C 20 19
Octal 125 54 125 0 60 0 103 454 40 31
Binary 1010101 101100 1010101 0 110000 0 1000011 100101100 100000 11001

Color Harmonies of #552C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C55

Black with #552C55

Text Example


Text Example

White with #552C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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