Html Css Color HEX #510D58 Hot Purple

📋 copy color: '#510D58'

red 81 ◦ green 13 ◦ blue 88

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

Shades of Hot Purple #510D58

Tints of Hot Purple #510D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.14%

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

R = 44.51%
G = 7.14%
B = 48.35%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#510D58 (or 0x510D58) is known color: Hot Purple. HEX triplet: 51, 0D and 58. RGB value is (81,13,88). Sum of RGB (Red+Green+Blue) = 81+13+88=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #510D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D58 is #AEF2A7. Grayscale: #292929. Windows color (decimal): -11465384 or 5770577. OLE color: 5770577.

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

Color convert

RGB 81 13 88 -
CMYK 0.08 0.85 0 0.65
HSL 294.4º 0.74% 0.2% -
HSV(B) 294.4º 0.85% 0.35% -
XYZ 5.3 2.74 9.48 -
YUV 41.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 81 13 88 0.08 0.85 0 0.65 294.4 0.74 0.2
Hex 51 D 58 8 55 0 41 126 4A 14
Octal 121 15 130 10 125 0 101 446 112 24
Binary 1010001 1101 1011000 1000 1010101 0 1000001 100100110 1001010 10100

Color Harmonies of #510D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D58

Black with #510D58

Text Example


Text Example

White with #510D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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