Html Css Color HEX #510D57 Hot Purple

📋 copy color: '#510D57'

red 81 ◦ green 13 ◦ blue 87

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

Shades of Hot Purple #510D57

Tints of Hot Purple #510D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.07%

R = 44.75%
G = 7.18%
B = 48.07%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#510D57 (or 0x510D57) is known color: Hot Purple. HEX triplet: 51, 0D and 57. RGB value is (81,13,87). Sum of RGB (Red+Green+Blue) = 81+13+87=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #510D57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D57 is #AEF2A8. Grayscale: #292929. Windows color (decimal): -11465385 or 5705041. OLE color: 5705041.

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

Color convert

RGB 81 13 87 -
CMYK 0.07 0.85 0 0.66
HSL 295.14º 0.74% 0.2% -
HSV(B) 295.14º 0.85% 0.34% -
XYZ 5.26 2.73 9.27 -
YUV 41.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 81 13 87 0.07 0.85 0 0.66 295.14 0.74 0.2
Hex 51 D 57 7 55 0 42 127 4A 14
Octal 121 15 127 7 125 0 102 447 112 24
Binary 1010001 1101 1010111 111 1010101 0 1000010 100100111 1001010 10100

Color Harmonies of #510D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D57

Black with #510D57

Text Example


Text Example

White with #510D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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