Html Css Color HEX #552D55 Hot Purple

📋 copy color: '#552D55'

red 85 ◦ green 45 ◦ blue 85

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

Shades of Hot Purple #552D55

Tints of Hot Purple #552D55

RGB

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

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

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

R = 39.53%
G = 20.93%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#552D55 (or 0x552D55) is known color: Hot Purple. HEX triplet: 55, 2D and 55. RGB value is (85,45,85). Sum of RGB (Red+Green+Blue) = 85+45+85=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D55 is #AAD2AA. Grayscale: #3D3D3D. Windows color (decimal): -11195051 or 5582165. OLE color: 5582165.

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

Color convert

RGB 85 45 85 -
CMYK 0 0.47 0 0.67
HSL 300º 0.31% 0.25% -
HSV(B) 300º 0.47% 0.33% -
XYZ 6.32 4.46 9.12 -
YUV 61.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 85 45 85 0 0.47 0 0.67 300 0.31 0.25
Hex 55 2D 55 0 2F 0 43 12C 1F 19
Octal 125 55 125 0 57 0 103 454 37 31
Binary 1010101 101101 1010101 0 101111 0 1000011 100101100 11111 11001

Color Harmonies of #552D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D55

Black with #552D55

Text Example


Text Example

White with #552D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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