Html Css Color HEX #551753 Hot Purple

📋 copy color: '#551753'

red 85 ◦ green 23 ◦ blue 83

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

Shades of Hot Purple #551753

Tints of Hot Purple #551753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 44.5%
G = 12.04%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#551753 (or 0x551753) is known color: Hot Purple. HEX triplet: 55, 17 and 53. RGB value is (85,23,83). Sum of RGB (Red+Green+Blue) = 85+23+83=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551753 is #AAE8AC. Grayscale: #303030. Windows color (decimal): -11200685 or 5445461. OLE color: 5445461.

HSL color Cylindrical-coordinate representation of color #551753: hue angle of 301.94º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551753 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 83 -
CMYK 0 0.73 0.02 0.67
HSL 301.94º 0.57% 0.21% -
HSV(B) 301.94º 0.73% 0.33% -
XYZ 5.61 3.17 8.5 -
YUV 48.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 85 23 83 0 0.73 0.02 0.67 301.94 0.57 0.21
Hex 55 17 53 0 49 2 43 12E 39 15
Octal 125 27 123 0 111 2 103 456 71 25
Binary 1010101 10111 1010011 0 1001001 10 1000011 100101110 111001 10101

Color Harmonies of #551753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551753

Black with #551753

Text Example


Text Example

White with #551753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551753; }

 p { color: rgb(85,23,83); }

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

background-color css

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

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

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

border-color css

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

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

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