Html Css Color HEX #510C4D Hot Purple

📋 copy color: '#510C4D'

red 81 ◦ green 12 ◦ blue 77

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

Shades of Hot Purple #510C4D

Tints of Hot Purple #510C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 47.65%
G = 7.06%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#510C4D (or 0x510C4D) is known color: Hot Purple. HEX triplet: 51, 0C and 4D. RGB value is (81,12,77). Sum of RGB (Red+Green+Blue) = 81+12+77=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C4D is #AEF3B2. Grayscale: #272727. Windows color (decimal): -11465651 or 5049425. OLE color: 5049425.

HSL color Cylindrical-coordinate representation of color #510C4D: hue angle of 303.48º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C4D is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 12 77 -
CMYK 0 0.85 0.05 0.68
HSL 303.48º 0.74% 0.18% -
HSV(B) 303.48º 0.85% 0.32% -
XYZ 4.86 2.55 7.26 -
YUV 40.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 81 12 77 0 0.85 0.05 0.68 303.48 0.74 0.18
Hex 51 C 4D 0 55 5 44 12F 4A 12
Octal 121 14 115 0 125 5 104 457 112 22
Binary 1010001 1100 1001101 0 1010101 101 1000100 100101111 1001010 10010

Color Harmonies of #510C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C4D

Black with #510C4D

Text Example


Text Example

White with #510C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,12,77); }

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

background-color css

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

 a { background-color: rgb(81,12,77); }

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

border-color css

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

 span { border-color: rgb(81,12,77); }

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