Html Css Color HEX #513153 Hot Purple

📋 copy color: '#513153'

red 81 ◦ green 49 ◦ blue 83

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

Shades of Hot Purple #513153

Tints of Hot Purple #513153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 38.03%
G = 23%
B = 38.97%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513153 (or 0x513153) is known color: Hot Purple. HEX triplet: 51, 31 and 53. RGB value is (81,49,83). Sum of RGB (Red+Green+Blue) = 81+49+83=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #513153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513153 is #AECEAC. Grayscale: #3E3E3E. Windows color (decimal): -11456173 or 5452113. OLE color: 5452113.

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

Color convert

RGB 81 49 83 -
CMYK 0.02 0.41 0 0.67
HSL 296.47º 0.26% 0.26% -
HSV(B) 296.47º 0.41% 0.33% -
XYZ 6.05 4.57 8.75 -
YUV 62.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 81 49 83 0.02 0.41 0 0.67 296.47 0.26 0.26
Hex 51 31 53 2 29 0 43 128 1A 1A
Octal 121 61 123 2 51 0 103 450 32 32
Binary 1010001 110001 1010011 10 101001 0 1000011 100101000 11010 11010

Color Harmonies of #513153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513153

Black with #513153

Text Example


Text Example

White with #513153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513153; }

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

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

background-color css

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

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

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

border-color css

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

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

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