Html Css Color HEX #552953 Hot Purple

📋 copy color: '#552953'

red 85 ◦ green 41 ◦ blue 83

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

Shades of Hot Purple #552953

Tints of Hot Purple #552953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 83 (32.81% from 255) = 39.71%

R = 40.67%
G = 19.62%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#552953 (or 0x552953) is known color: Hot Purple. HEX triplet: 55, 29 and 53. RGB value is (85,41,83). Sum of RGB (Red+Green+Blue) = 85+41+83=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #552953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552953 is #AAD6AC. Grayscale: #3A3A3A. Windows color (decimal): -11196077 or 5450069. OLE color: 5450069.

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

Color convert

RGB 85 41 83 -
CMYK 0 0.52 0.02 0.67
HSL 302.73º 0.35% 0.25% -
HSV(B) 302.73º 0.52% 0.33% -
XYZ 6.1 4.14 8.66 -
YUV 58.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 85 41 83 0 0.52 0.02 0.67 302.73 0.35 0.25
Hex 55 29 53 0 34 2 43 12F 23 19
Octal 125 51 123 0 64 2 103 457 43 31
Binary 1010101 101001 1010011 0 110100 10 1000011 100101111 100011 11001

Color Harmonies of #552953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552953

Black with #552953

Text Example


Text Example

White with #552953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552953; }

 p { color: rgb(85,41,83); }

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

background-color css

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

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

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

border-color css

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

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

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