Html Css Color HEX #513352 Hot Purple

📋 copy color: '#513352'

red 81 ◦ green 51 ◦ blue 82

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

Shades of Hot Purple #513352

Tints of Hot Purple #513352

RGB

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

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

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

R = 37.85%
G = 23.83%
B = 38.32%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#513352 (or 0x513352) is known color: Hot Purple. HEX triplet: 51, 33 and 52. RGB value is (81,51,82). Sum of RGB (Red+Green+Blue) = 81+51+82=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #513352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513352 is #AECCAD. Grayscale: #3F3F3F. Windows color (decimal): -11455662 or 5387089. OLE color: 5387089.

HSL color Cylindrical-coordinate representation of color #513352: hue angle of 298.06º degrees, saturation: 0.23, 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 #513352 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 51 82 -
CMYK 0.01 0.38 0 0.68
HSL 298.06º 0.23% 0.26% -
HSV(B) 298.06º 0.38% 0.32% -
XYZ 6.1 4.73 8.57 -
YUV 63.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 81 51 82 0.01 0.38 0 0.68 298.06 0.23 0.26
Hex 51 33 52 1 26 0 44 12A 17 1A
Octal 121 63 122 1 46 0 104 452 27 32
Binary 1010001 110011 1010010 1 100110 0 1000100 100101010 10111 11010

Color Harmonies of #513352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513352

Black with #513352

Text Example


Text Example

White with #513352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513352; }

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

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

background-color css

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

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

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

border-color css

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

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

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