Html Css Color HEX #513351 Hot Purple

📋 copy color: '#513351'

red 81 ◦ green 51 ◦ blue 81

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

Shades of Hot Purple #513351

Tints of Hot Purple #513351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.03%

R = 38.03%
G = 23.94%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513351 (or 0x513351) is known color: Hot Purple. HEX triplet: 51, 33 and 51. RGB value is (81,51,81). Sum of RGB (Red+Green+Blue) = 81+51+81=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513351 is #AECCAE. Grayscale: #3F3F3F. Windows color (decimal): -11455663 or 5321553. OLE color: 5321553.

HSL color Cylindrical-coordinate representation of color #513351: hue angle of 300º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #513351 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 81 -
CMYK 0 0.37 0 0.68
HSL 300º 0.23% 0.26% -
HSV(B) 300º 0.37% 0.32% -
XYZ 6.06 4.71 8.37 -
YUV 63.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 81 51 81 0 0.37 0 0.68 300 0.23 0.26
Hex 51 33 51 0 25 0 44 12C 17 1A
Octal 121 63 121 0 45 0 104 454 27 32
Binary 1010001 110011 1010001 0 100101 0 1000100 100101100 10111 11010

Color Harmonies of #513351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513351

Black with #513351

Text Example


Text Example

White with #513351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513351; }

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

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

background-color css

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

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

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

border-color css

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

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

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