Html Css Color HEX #513152 Hot Purple

📋 copy color: '#513152'

red 81 ◦ green 49 ◦ blue 82

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

Shades of Hot Purple #513152

Tints of Hot Purple #513152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 38.21%
G = 23.11%
B = 38.68%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513152 (or 0x513152) is known color: Hot Purple. HEX triplet: 51, 31 and 52. RGB value is (81,49,82). Sum of RGB (Red+Green+Blue) = 81+49+82=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #513152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513152 is #AECEAD. Grayscale: #3E3E3E. Windows color (decimal): -11456174 or 5386577. OLE color: 5386577.

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

Color convert

RGB 81 49 82 -
CMYK 0.01 0.40 0 0.68
HSL 298.18º 0.25% 0.26% -
HSV(B) 298.18º 0.4% 0.32% -
XYZ 6.01 4.56 8.54 -
YUV 62.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 81 49 82 0.01 0.40 0 0.68 298.18 0.25 0.26
Hex 51 31 52 1 28 0 44 12A 19 1A
Octal 121 61 122 1 50 0 104 452 31 32
Binary 1010001 110001 1010010 1 101000 0 1000100 100101010 11001 11010

Color Harmonies of #513152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513152

Black with #513152

Text Example


Text Example

White with #513152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513152; }

 p { color: rgb(81,49,82); }

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

background-color css

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

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

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

border-color css

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

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

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