Html Css Color HEX #513154 Hot Purple

📋 copy color: '#513154'

red 81 ◦ green 49 ◦ blue 84

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

Shades of Hot Purple #513154

Tints of Hot Purple #513154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 37.85%
G = 22.9%
B = 39.25%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513154 (or 0x513154) is known color: Hot Purple. HEX triplet: 51, 31 and 54. RGB value is (81,49,84). Sum of RGB (Red+Green+Blue) = 81+49+84=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #513154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513154 is #AECEAB. Grayscale: #3E3E3E. Windows color (decimal): -11456172 or 5517649. OLE color: 5517649.

HSL color Cylindrical-coordinate representation of color #513154: hue angle of 294.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513154 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 49 84 -
CMYK 0.04 0.42 0 0.67
HSL 294.86º 0.26% 0.26% -
HSV(B) 294.86º 0.42% 0.33% -
XYZ 6.09 4.59 8.95 -
YUV 62.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 81 49 84 0.04 0.42 0 0.67 294.86 0.26 0.26
Hex 51 31 54 4 2A 0 43 127 1A 1A
Octal 121 61 124 4 52 0 103 447 32 32
Binary 1010001 110001 1010100 100 101010 0 1000011 100100111 11010 11010

Color Harmonies of #513154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513154

Black with #513154

Text Example


Text Example

White with #513154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513154; }

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

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

background-color css

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

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

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

border-color css

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

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

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