Html Css Color HEX #511758 Hot Purple

📋 copy color: '#511758'

red 81 ◦ green 23 ◦ blue 88

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

Shades of Hot Purple #511758

Tints of Hot Purple #511758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.98%

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

R = 42.19%
G = 11.98%
B = 45.83%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511758 (or 0x511758) is known color: Hot Purple. HEX triplet: 51, 17 and 58. RGB value is (81,23,88). Sum of RGB (Red+Green+Blue) = 81+23+88=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #511758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511758 is #AEE8A7. Grayscale: #2F2F2F. Windows color (decimal): -11462824 or 5773137. OLE color: 5773137.

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

Color convert

RGB 81 23 88 -
CMYK 0.08 0.74 0 0.65
HSL 293.54º 0.59% 0.22% -
HSV(B) 293.54º 0.74% 0.35% -
XYZ 5.46 3.07 9.54 -
YUV 47.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 81 23 88 0.08 0.74 0 0.65 293.54 0.59 0.22
Hex 51 17 58 8 4A 0 41 126 3B 16
Octal 121 27 130 10 112 0 101 446 73 26
Binary 1010001 10111 1011000 1000 1001010 0 1000001 100100110 111011 10110

Color Harmonies of #511758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511758

Black with #511758

Text Example


Text Example

White with #511758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511758; }

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

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

background-color css

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

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

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

border-color css

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

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

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