Html Css Color HEX #552C54 Hot Purple

📋 copy color: '#552C54'

red 85 ◦ green 44 ◦ blue 84

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

Shades of Hot Purple #552C54

Tints of Hot Purple #552C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.44%

R = 39.91%
G = 20.66%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#552C54 (or 0x552C54) is known color: Hot Purple. HEX triplet: 55, 2C and 54. RGB value is (85,44,84). Sum of RGB (Red+Green+Blue) = 85+44+84=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #552C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C54 is #AAD3AB. Grayscale: #3C3C3C. Windows color (decimal): -11195308 or 5516373. OLE color: 5516373.

HSL color Cylindrical-coordinate representation of color #552C54: hue angle of 301.46º 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 #552C54 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 44 84 -
CMYK 0 0.48 0.01 0.67
HSL 301.46º 0.32% 0.25% -
HSV(B) 301.46º 0.48% 0.33% -
XYZ 6.25 4.37 8.9 -
YUV 60.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 85 44 84 0 0.48 0.01 0.67 301.46 0.32 0.25
Hex 55 2C 54 0 30 1 43 12D 20 19
Octal 125 54 124 0 60 1 103 455 40 31
Binary 1010101 101100 1010100 0 110000 1 1000011 100101101 100000 11001

Color Harmonies of #552C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552C54

Black with #552C54

Text Example


Text Example

White with #552C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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