Html Css Color HEX #513251 Hot Purple

📋 copy color: '#513251'

red 81 ◦ green 50 ◦ blue 81

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

Shades of Hot Purple #513251

Tints of Hot Purple #513251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 38.21%
G = 23.58%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513251 (or 0x513251) is known color: Hot Purple. HEX triplet: 51, 32 and 51. RGB value is (81,50,81). Sum of RGB (Red+Green+Blue) = 81+50+81=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #513251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513251 is #AECDAE. Grayscale: #3E3E3E. Windows color (decimal): -11455919 or 5321297. OLE color: 5321297.

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

Color convert

RGB 81 50 81 -
CMYK 0 0.38 0 0.68
HSL 300º 0.24% 0.26% -
HSV(B) 300º 0.38% 0.32% -
XYZ 6.02 4.62 8.36 -
YUV 62.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 81 50 81 0 0.38 0 0.68 300 0.24 0.26
Hex 51 32 51 0 26 0 44 12C 18 1A
Octal 121 62 121 0 46 0 104 454 30 32
Binary 1010001 110010 1010001 0 100110 0 1000100 100101100 11000 11010

Color Harmonies of #513251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513251

Black with #513251

Text Example


Text Example

White with #513251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513251; }

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

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

background-color css

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

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

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

border-color css

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

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

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