Html Css Color HEX #552151 Hot Purple

📋 copy color: '#552151'

red 85 ◦ green 33 ◦ blue 81

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

Shades of Hot Purple #552151

Tints of Hot Purple #552151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 42.71%
G = 16.58%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#552151 (or 0x552151) is known color: Hot Purple. HEX triplet: 55, 21 and 51. RGB value is (85,33,81). Sum of RGB (Red+Green+Blue) = 85+33+81=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #552151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552151 is #AADEAE. Grayscale: #353535. Windows color (decimal): -11198127 or 5316949. OLE color: 5316949.

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

Color convert

RGB 85 33 81 -
CMYK 0 0.61 0.05 0.67
HSL 304.62º 0.44% 0.23% -
HSV(B) 304.62º 0.61% 0.33% -
XYZ 5.78 3.61 8.18 -
YUV 54.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 85 33 81 0 0.61 0.05 0.67 304.62 0.44 0.23
Hex 55 21 51 0 3D 5 43 131 2C 17
Octal 125 41 121 0 75 5 103 461 54 27
Binary 1010101 100001 1010001 0 111101 101 1000011 100110001 101100 10111

Color Harmonies of #552151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552151

Black with #552151

Text Example


Text Example

White with #552151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552151; }

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

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

background-color css

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

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

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

border-color css

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

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

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