Html Css Color HEX #511353 Hot Purple

📋 copy color: '#511353'

red 81 ◦ green 19 ◦ blue 83

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

Shades of Hot Purple #511353

Tints of Hot Purple #511353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 44.26%
G = 10.38%
B = 45.36%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511353 (or 0x511353) is known color: Hot Purple. HEX triplet: 51, 13 and 53. RGB value is (81,19,83). Sum of RGB (Red+Green+Blue) = 81+19+83=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #511353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511353 is #AEECAC. Grayscale: #2C2C2C. Windows color (decimal): -11463853 or 5444433. OLE color: 5444433.

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

Color convert

RGB 81 19 83 -
CMYK 0.02 0.77 0 0.67
HSL 298.13º 0.63% 0.2% -
HSV(B) 298.13º 0.77% 0.33% -
XYZ 5.19 2.84 8.46 -
YUV 44.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 81 19 83 0.02 0.77 0 0.67 298.13 0.63 0.2
Hex 51 13 53 2 4D 0 43 12A 3F 14
Octal 121 23 123 2 115 0 103 452 77 24
Binary 1010001 10011 1010011 10 1001101 0 1000011 100101010 111111 10100

Color Harmonies of #511353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511353

Black with #511353

Text Example


Text Example

White with #511353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511353; }

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

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

background-color css

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

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

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

border-color css

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

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

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