Html Css Color HEX #513356 Hot Purple

📋 copy color: '#513356'

red 81 ◦ green 51 ◦ blue 86

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

Shades of Hot Purple #513356

Tints of Hot Purple #513356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 37.16%
G = 23.39%
B = 39.45%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#513356 (or 0x513356) is known color: Hot Purple. HEX triplet: 51, 33 and 56. RGB value is (81,51,86). Sum of RGB (Red+Green+Blue) = 81+51+86=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 86 - color contains mainly: blue. Hex color #513356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513356 is #AECCA9. Grayscale: #3F3F3F. Windows color (decimal): -11455658 or 5649233. OLE color: 5649233.

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

Color convert

RGB 81 51 86 -
CMYK 0.06 0.41 0 0.66
HSL 291.43º 0.26% 0.27% -
HSV(B) 291.43º 0.41% 0.34% -
XYZ 6.26 4.79 9.4 -
YUV 63.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 81 51 86 0.06 0.41 0 0.66 291.43 0.26 0.27
Hex 51 33 56 6 29 0 42 123 1A 1B
Octal 121 63 126 6 51 0 102 443 32 33
Binary 1010001 110011 1010110 110 101001 0 1000010 100100011 11010 11011

Color Harmonies of #513356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513356

Black with #513356

Text Example


Text Example

White with #513356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513356; }

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

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

background-color css

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

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

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

border-color css

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

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

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