Html Css Color HEX #510A5D Hot Purple

📋 copy color: '#510A5D'

red 81 ◦ green 10 ◦ blue 93

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

Shades of Hot Purple #510A5D

Tints of Hot Purple #510A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 44.02%
G = 5.43%
B = 50.54%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#510A5D (or 0x510A5D) is known color: Hot Purple. HEX triplet: 51, 0A and 5D. RGB value is (81,10,93). Sum of RGB (Red+Green+Blue) = 81+10+93=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #510A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A5D is #AEF5A2. Grayscale: #282828. Windows color (decimal): -11466147 or 6097489. OLE color: 6097489.

HSL color Cylindrical-coordinate representation of color #510A5D: hue angle of 291.33º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510A5D is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 10 93 -
CMYK 0.13 0.89 0 0.64
HSL 291.33º 0.81% 0.2% -
HSV(B) 291.33º 0.89% 0.36% -
XYZ 5.48 2.76 10.6 -
YUV 40.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 81 10 93 0.13 0.89 0 0.64 291.33 0.81 0.2
Hex 51 A 5D D 59 0 40 123 51 14
Octal 121 12 135 15 131 0 100 443 121 24
Binary 1010001 1010 1011101 1101 1011001 0 1000000 100100011 1010001 10100

Color Harmonies of #510A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A5D

Black with #510A5D

Text Example


Text Example

White with #510A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,93); }

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

background-color css

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

 a { background-color: rgb(81,10,93); }

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

border-color css

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

 span { border-color: rgb(81,10,93); }

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