Html Css Color HEX #513354 Hot Purple

📋 copy color: '#513354'

red 81 ◦ green 51 ◦ blue 84

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

Shades of Hot Purple #513354

Tints of Hot Purple #513354

RGB

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

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

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

R = 37.5%
G = 23.61%
B = 38.89%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513354 (or 0x513354) is known color: Hot Purple. HEX triplet: 51, 33 and 54. RGB value is (81,51,84). Sum of RGB (Red+Green+Blue) = 81+51+84=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #513354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513354 is #AECCAB. Grayscale: #3F3F3F. Windows color (decimal): -11455660 or 5518161. OLE color: 5518161.

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

Color convert

RGB 81 51 84 -
CMYK 0.04 0.39 0 0.67
HSL 294.55º 0.24% 0.26% -
HSV(B) 294.55º 0.39% 0.33% -
XYZ 6.18 4.76 8.98 -
YUV 63.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 81 51 84 0.04 0.39 0 0.67 294.55 0.24 0.26
Hex 51 33 54 4 27 0 43 127 18 1A
Octal 121 63 124 4 47 0 103 447 30 32
Binary 1010001 110011 1010100 100 100111 0 1000011 100100111 11000 11010

Color Harmonies of #513354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513354

Black with #513354

Text Example


Text Example

White with #513354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513354; }

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

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

background-color css

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

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

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

border-color css

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

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

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