Html Css Color HEX #511253 Hot Purple

📋 copy color: '#511253'

red 81 ◦ green 18 ◦ blue 83

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

Shades of Hot Purple #511253

Tints of Hot Purple #511253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 44.51%
G = 9.89%
B = 45.6%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511253 (or 0x511253) is known color: Hot Purple. HEX triplet: 51, 12 and 53. RGB value is (81,18,83). Sum of RGB (Red+Green+Blue) = 81+18+83=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #511253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511253 is #AEEDAC. Grayscale: #2C2C2C. Windows color (decimal): -11464109 or 5444177. OLE color: 5444177.

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

Color convert

RGB 81 18 83 -
CMYK 0.02 0.78 0 0.67
HSL 298.15º 0.64% 0.2% -
HSV(B) 298.15º 0.78% 0.33% -
XYZ 5.17 2.81 8.45 -
YUV 44.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 81 18 83 0.02 0.78 0 0.67 298.15 0.64 0.2
Hex 51 12 53 2 4E 0 43 12A 40 14
Octal 121 22 123 2 116 0 103 452 100 24
Binary 1010001 10010 1010011 10 1001110 0 1000011 100101010 1000000 10100

Color Harmonies of #511253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511253

Black with #511253

Text Example


Text Example

White with #511253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511253; }

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

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

background-color css

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

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

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

border-color css

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

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

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