Html Css Color HEX #551955 Hot Purple

📋 copy color: '#551955'

red 85 ◦ green 25 ◦ blue 85

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

Shades of Hot Purple #551955

Tints of Hot Purple #551955

RGB

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

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

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

R = 43.59%
G = 12.82%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#551955 (or 0x551955) is known color: Hot Purple. HEX triplet: 55, 19 and 55. RGB value is (85,25,85). Sum of RGB (Red+Green+Blue) = 85+25+85=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #551955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551955 is #AAE6AA. Grayscale: #313131. Windows color (decimal): -11200171 or 5577045. OLE color: 5577045.

HSL color Cylindrical-coordinate representation of color #551955: hue angle of 300º 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 #551955 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 85 -
CMYK 0 0.71 0 0.67
HSL 300º 0.55% 0.22% -
HSV(B) 300º 0.71% 0.33% -
XYZ 5.73 3.28 8.93 -
YUV 49.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 85 25 85 0 0.71 0 0.67 300 0.55 0.22
Hex 55 19 55 0 47 0 43 12C 37 16
Octal 125 31 125 0 107 0 103 454 67 26
Binary 1010101 11001 1010101 0 1000111 0 1000011 100101100 110111 10110

Color Harmonies of #551955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551955

Black with #551955

Text Example


Text Example

White with #551955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551955; }

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

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

background-color css

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

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

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

border-color css

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

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

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