Html Css Color HEX #513656 Hot Purple

📋 copy color: '#513656'

red 81 ◦ green 54 ◦ blue 86

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

Shades of Hot Purple #513656

Tints of Hot Purple #513656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 36.65%
G = 24.43%
B = 38.91%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#513656 (or 0x513656) is known color: Hot Purple. HEX triplet: 51, 36 and 56. RGB value is (81,54,86). Sum of RGB (Red+Green+Blue) = 81+54+86=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #513656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513656 is #AEC9A9. Grayscale: #414141. Windows color (decimal): -11454890 or 5650001. OLE color: 5650001.

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

Color convert

RGB 81 54 86 -
CMYK 0.06 0.37 0 0.66
HSL 290.63º 0.23% 0.27% -
HSV(B) 290.63º 0.37% 0.34% -
XYZ 6.39 5.06 9.44 -
YUV 65.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 81 54 86 0.06 0.37 0 0.66 290.63 0.23 0.27
Hex 51 36 56 6 25 0 42 123 17 1B
Octal 121 66 126 6 45 0 102 443 27 33
Binary 1010001 110110 1010110 110 100101 0 1000010 100100011 10111 11011

Color Harmonies of #513656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513656

Black with #513656

Text Example


Text Example

White with #513656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513656; }

 p { color: rgb(81,54,86); }

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

background-color css

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

 a { background-color: rgb(81,54,86); }

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

border-color css

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

 span { border-color: rgb(81,54,86); }

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