Html Css Color HEX #513557 Hot Purple

📋 copy color: '#513557'

red 81 ◦ green 53 ◦ blue 87

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

Shades of Hot Purple #513557

Tints of Hot Purple #513557

RGB

 RED value IS 81 (32.03% from 255) = 36.65%

 GREEN value IS 53 (21.09% from 255) = 23.98%

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

R = 36.65%
G = 23.98%
B = 39.37%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#513557 (or 0x513557) is known color: Hot Purple. HEX triplet: 51, 35 and 57. RGB value is (81,53,87). Sum of RGB (Red+Green+Blue) = 81+53+87=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #513557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513557 is #AECAA8. Grayscale: #414141. Windows color (decimal): -11455145 or 5715281. OLE color: 5715281.

HSL color Cylindrical-coordinate representation of color #513557: hue angle of 289.41º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513557 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 53 87 -
CMYK 0.07 0.39 0 0.66
HSL 289.41º 0.24% 0.27% -
HSV(B) 289.41º 0.39% 0.34% -
XYZ 6.39 4.98 9.64 -
YUV 65.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 81 53 87 0.07 0.39 0 0.66 289.41 0.24 0.27
Hex 51 35 57 7 27 0 42 121 18 1B
Octal 121 65 127 7 47 0 102 441 30 33
Binary 1010001 110101 1010111 111 100111 0 1000010 100100001 11000 11011

Color Harmonies of #513557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513557

Black with #513557

Text Example


Text Example

White with #513557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513557; }

 p { color: rgb(81,53,87); }

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

background-color css

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

 a { background-color: rgb(81,53,87); }

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

border-color css

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

 span { border-color: rgb(81,53,87); }

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