Html Css Color HEX #513554 Hot Purple

📋 copy color: '#513554'

red 81 ◦ green 53 ◦ blue 84

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

Shades of Hot Purple #513554

Tints of Hot Purple #513554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

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

R = 37.16%
G = 24.31%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513554 (or 0x513554) is known color: Hot Purple. HEX triplet: 51, 35 and 54. RGB value is (81,53,84). Sum of RGB (Red+Green+Blue) = 81+53+84=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #513554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513554 is #AECAAB. Grayscale: #404040. Windows color (decimal): -11455148 or 5518673. OLE color: 5518673.

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

Color convert

RGB 81 53 84 -
CMYK 0.04 0.37 0 0.67
HSL 294.19º 0.23% 0.27% -
HSV(B) 294.19º 0.37% 0.33% -
XYZ 6.27 4.94 9.01 -
YUV 64.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 81 53 84 0.04 0.37 0 0.67 294.19 0.23 0.27
Hex 51 35 54 4 25 0 43 126 17 1B
Octal 121 65 124 4 45 0 103 446 27 33
Binary 1010001 110101 1010100 100 100101 0 1000011 100100110 10111 11011

Color Harmonies of #513554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513554

Black with #513554

Text Example


Text Example

White with #513554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513554; }

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

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

background-color css

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

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

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

border-color css

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

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

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