Html Css Color HEX #511254 Hot Purple

📋 copy color: '#511254'

red 81 ◦ green 18 ◦ blue 84

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

Shades of Hot Purple #511254

Tints of Hot Purple #511254

RGB

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

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

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

R = 44.26%
G = 9.84%
B = 45.9%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511254 (or 0x511254) is known color: Hot Purple. HEX triplet: 51, 12 and 54. RGB value is (81,18,84). Sum of RGB (Red+Green+Blue) = 81+18+84=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #511254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511254 is #AEEDAB. Grayscale: #2C2C2C. Windows color (decimal): -11464108 or 5509713. OLE color: 5509713.

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

Color convert

RGB 81 18 84 -
CMYK 0.04 0.79 0 0.67
HSL 297.27º 0.65% 0.2% -
HSV(B) 297.27º 0.79% 0.33% -
XYZ 5.21 2.82 8.66 -
YUV 44.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 81 18 84 0.04 0.79 0 0.67 297.27 0.65 0.2
Hex 51 12 54 4 4F 0 43 129 41 14
Octal 121 22 124 4 117 0 103 451 101 24
Binary 1010001 10010 1010100 100 1001111 0 1000011 100101001 1000001 10100

Color Harmonies of #511254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511254

Black with #511254

Text Example


Text Example

White with #511254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511254; }

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

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

background-color css

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

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

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

border-color css

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

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

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