Html Css Color HEX #511055 Hot Purple

📋 copy color: '#511055'

red 81 ◦ green 16 ◦ blue 85

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

Shades of Hot Purple #511055

Tints of Hot Purple #511055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 44.51%
G = 8.79%
B = 46.7%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511055 (or 0x511055) is known color: Hot Purple. HEX triplet: 51, 10 and 55. RGB value is (81,16,85). Sum of RGB (Red+Green+Blue) = 81+16+85=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #511055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511055 is #AEEFAA. Grayscale: #2B2B2B. Windows color (decimal): -11464619 or 5574737. OLE color: 5574737.

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

Color convert

RGB 81 16 85 -
CMYK 0.05 0.81 0 0.67
HSL 296.52º 0.68% 0.2% -
HSV(B) 296.52º 0.81% 0.33% -
XYZ 5.22 2.78 8.86 -
YUV 43.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 81 16 85 0.05 0.81 0 0.67 296.52 0.68 0.2
Hex 51 10 55 5 51 0 43 129 44 14
Octal 121 20 125 5 121 0 103 451 104 24
Binary 1010001 10000 1010101 101 1010001 0 1000011 100101001 1000100 10100

Color Harmonies of #511055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511055

Black with #511055

Text Example


Text Example

White with #511055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511055; }

 p { color: rgb(81,16,85); }

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

background-color css

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

 a { background-color: rgb(81,16,85); }

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

border-color css

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

 span { border-color: rgb(81,16,85); }

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