Html Css Color HEX #551951 Hot Purple

📋 copy color: '#551951'

red 85 ◦ green 25 ◦ blue 81

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

Shades of Hot Purple #551951

Tints of Hot Purple #551951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 44.5%
G = 13.09%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#551951 (or 0x551951) is known color: Hot Purple. HEX triplet: 55, 19 and 51. RGB value is (85,25,81). Sum of RGB (Red+Green+Blue) = 85+25+81=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551951 is #AAE6AE. Grayscale: #313131. Windows color (decimal): -11200175 or 5314901. OLE color: 5314901.

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

Color convert

RGB 85 25 81 -
CMYK 0 0.71 0.05 0.67
HSL 304º 0.55% 0.22% -
HSV(B) 304º 0.71% 0.33% -
XYZ 5.58 3.22 8.11 -
YUV 49.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 85 25 81 0 0.71 0.05 0.67 304 0.55 0.22
Hex 55 19 51 0 47 5 43 130 37 16
Octal 125 31 121 0 107 5 103 460 67 26
Binary 1010101 11001 1010001 0 1000111 101 1000011 100110000 110111 10110

Color Harmonies of #551951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551951

Black with #551951

Text Example


Text Example

White with #551951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551951; }

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

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

background-color css

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

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

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

border-color css

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

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

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