Html Css Color HEX #513353 Hot Purple

📋 copy color: '#513353'

red 81 ◦ green 51 ◦ blue 83

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

Shades of Hot Purple #513353

Tints of Hot Purple #513353

RGB

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

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

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

R = 37.67%
G = 23.72%
B = 38.6%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513353 (or 0x513353) is known color: Hot Purple. HEX triplet: 51, 33 and 53. RGB value is (81,51,83). Sum of RGB (Red+Green+Blue) = 81+51+83=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #513353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513353 is #AECCAC. Grayscale: #3F3F3F. Windows color (decimal): -11455661 or 5452625. OLE color: 5452625.

HSL color Cylindrical-coordinate representation of color #513353: hue angle of 296.25º 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 #513353 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 51 83 -
CMYK 0.02 0.39 0 0.67
HSL 296.25º 0.24% 0.26% -
HSV(B) 296.25º 0.39% 0.33% -
XYZ 6.14 4.74 8.78 -
YUV 63.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 81 51 83 0.02 0.39 0 0.67 296.25 0.24 0.26
Hex 51 33 53 2 27 0 43 128 18 1A
Octal 121 63 123 2 47 0 103 450 30 32
Binary 1010001 110011 1010011 10 100111 0 1000011 100101000 11000 11010

Color Harmonies of #513353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513353

Black with #513353

Text Example


Text Example

White with #513353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513353; }

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

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

background-color css

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

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

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

border-color css

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

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

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