Html Css Color HEX #511358 Hot Purple

📋 copy color: '#511358'

red 81 ◦ green 19 ◦ blue 88

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

Shades of Hot Purple #511358

Tints of Hot Purple #511358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 43.09%
G = 10.11%
B = 46.81%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#511358 (or 0x511358) is known color: Hot Purple. HEX triplet: 51, 13 and 58. RGB value is (81,19,88). Sum of RGB (Red+Green+Blue) = 81+19+88=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #511358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511358 is #AEECA7. Grayscale: #2D2D2D. Windows color (decimal): -11463848 or 5772113. OLE color: 5772113.

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

Color convert

RGB 81 19 88 -
CMYK 0.08 0.78 0 0.65
HSL 293.91º 0.64% 0.21% -
HSV(B) 293.91º 0.78% 0.35% -
XYZ 5.39 2.92 9.51 -
YUV 45.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 81 19 88 0.08 0.78 0 0.65 293.91 0.64 0.21
Hex 51 13 58 8 4E 0 41 126 40 15
Octal 121 23 130 10 116 0 101 446 100 25
Binary 1010001 10011 1011000 1000 1001110 0 1000001 100100110 1000000 10101

Color Harmonies of #511358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511358

Black with #511358

Text Example


Text Example

White with #511358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511358; }

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

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

background-color css

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

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

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

border-color css

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

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

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