Html Css Color HEX #551957 Hot Purple

📋 copy color: '#551957'

red 85 ◦ green 25 ◦ blue 87

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

Shades of Hot Purple #551957

Tints of Hot Purple #551957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 43.15%
G = 12.69%
B = 44.16%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#551957 (or 0x551957) is known color: Hot Purple. HEX triplet: 55, 19 and 57. RGB value is (85,25,87). Sum of RGB (Red+Green+Blue) = 85+25+87=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #551957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551957 is #AAE6A8. Grayscale: #313131. Windows color (decimal): -11200169 or 5708117. OLE color: 5708117.

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

Color convert

RGB 85 25 87 -
CMYK 0.02 0.71 0 0.66
HSL 298.06º 0.55% 0.22% -
HSV(B) 298.06º 0.71% 0.34% -
XYZ 5.81 3.31 9.35 -
YUV 50.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 85 25 87 0.02 0.71 0 0.66 298.06 0.55 0.22
Hex 55 19 57 2 47 0 42 12A 37 16
Octal 125 31 127 2 107 0 102 452 67 26
Binary 1010101 11001 1010111 10 1000111 0 1000010 100101010 110111 10110

Color Harmonies of #551957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551957

Black with #551957

Text Example


Text Example

White with #551957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551957; }

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

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

background-color css

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

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

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

border-color css

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

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

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