Html Css Color HEX #511958 Hot Purple

📋 copy color: '#511958'

red 81 ◦ green 25 ◦ blue 88

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

Shades of Hot Purple #511958

Tints of Hot Purple #511958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 41.75%
G = 12.89%
B = 45.36%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511958 (or 0x511958) is known color: Hot Purple. HEX triplet: 51, 19 and 58. RGB value is (81,25,88). Sum of RGB (Red+Green+Blue) = 81+25+88=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #511958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511958 is #AEE6A7. Grayscale: #303030. Windows color (decimal): -11462312 or 5773649. OLE color: 5773649.

HSL color Cylindrical-coordinate representation of color #511958: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511958 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 25 88 -
CMYK 0.08 0.72 0 0.65
HSL 293.33º 0.56% 0.22% -
HSV(B) 293.33º 0.72% 0.35% -
XYZ 5.5 3.15 9.55 -
YUV 48.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 81 25 88 0.08 0.72 0 0.65 293.33 0.56 0.22
Hex 51 19 58 8 48 0 41 125 38 16
Octal 121 31 130 10 110 0 101 445 70 26
Binary 1010001 11001 1011000 1000 1001000 0 1000001 100100101 111000 10110

Color Harmonies of #511958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511958

Black with #511958

Text Example


Text Example

White with #511958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511958; }

 p { color: rgb(81,25,88); }

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

background-color css

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

 a { background-color: rgb(81,25,88); }

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

border-color css

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

 span { border-color: rgb(81,25,88); }

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