Html Css Color HEX #510F5D Hot Purple

📋 copy color: '#510F5D'

red 81 ◦ green 15 ◦ blue 93

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

Shades of Hot Purple #510F5D

Tints of Hot Purple #510F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

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

R = 42.86%
G = 7.94%
B = 49.21%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#510F5D (or 0x510F5D) is known color: Hot Purple. HEX triplet: 51, 0F and 5D. RGB value is (81,15,93). Sum of RGB (Red+Green+Blue) = 81+15+93=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #510F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F5D is #AEF0A2. Grayscale: #2B2B2B. Windows color (decimal): -11464867 or 6098769. OLE color: 6098769.

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

Color convert

RGB 81 15 93 -
CMYK 0.13 0.84 0 0.64
HSL 290.77º 0.72% 0.21% -
HSV(B) 290.77º 0.84% 0.36% -
XYZ 5.54 2.88 10.62 -
YUV 43.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 81 15 93 0.13 0.84 0 0.64 290.77 0.72 0.21
Hex 51 F 5D D 54 0 40 123 48 15
Octal 121 17 135 15 124 0 100 443 110 25
Binary 1010001 1111 1011101 1101 1010100 0 1000000 100100011 1001000 10101

Color Harmonies of #510F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F5D

Black with #510F5D

Text Example


Text Example

White with #510F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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