Html Css Color HEX #552051 Hot Purple

📋 copy color: '#552051'

red 85 ◦ green 32 ◦ blue 81

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

Shades of Hot Purple #552051

Tints of Hot Purple #552051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 42.93%
G = 16.16%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#552051 (or 0x552051) is known color: Hot Purple. HEX triplet: 55, 20 and 51. RGB value is (85,32,81). Sum of RGB (Red+Green+Blue) = 85+32+81=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #552051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552051 is #AADFAE. Grayscale: #353535. Windows color (decimal): -11198383 or 5316693. OLE color: 5316693.

HSL color Cylindrical-coordinate representation of color #552051: hue angle of 304.53º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552051 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 81 -
CMYK 0 0.62 0.05 0.67
HSL 304.53º 0.45% 0.23% -
HSV(B) 304.53º 0.62% 0.33% -
XYZ 5.75 3.56 8.17 -
YUV 53.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 85 32 81 0 0.62 0.05 0.67 304.53 0.45 0.23
Hex 55 20 51 0 3E 5 43 131 2D 17
Octal 125 40 121 0 76 5 103 461 55 27
Binary 1010101 100000 1010001 0 111110 101 1000011 100110001 101101 10111

Color Harmonies of #552051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552051

Black with #552051

Text Example


Text Example

White with #552051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552051; }

 p { color: rgb(85,32,81); }

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

background-color css

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

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

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

border-color css

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

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

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