Html Css Color HEX #510C4E Hot Purple

📋 copy color: '#510C4E'

red 81 ◦ green 12 ◦ blue 78

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

Shades of Hot Purple #510C4E

Tints of Hot Purple #510C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.61%

R = 47.37%
G = 7.02%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#510C4E (or 0x510C4E) is known color: Hot Purple. HEX triplet: 51, 0C and 4E. RGB value is (81,12,78). Sum of RGB (Red+Green+Blue) = 81+12+78=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C4E is #AEF3B1. Grayscale: #272727. Windows color (decimal): -11465650 or 5114961. OLE color: 5114961.

HSL color Cylindrical-coordinate representation of color #510C4E: hue angle of 302.61º 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 #510C4E is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 12 78 -
CMYK 0 0.85 0.04 0.68
HSL 302.61º 0.74% 0.18% -
HSV(B) 302.61º 0.85% 0.32% -
XYZ 4.9 2.56 7.44 -
YUV 40.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 81 12 78 0 0.85 0.04 0.68 302.61 0.74 0.18
Hex 51 C 4E 0 55 4 44 12F 4A 12
Octal 121 14 116 0 125 4 104 457 112 22
Binary 1010001 1100 1001110 0 1010101 100 1000100 100101111 1001010 10010

Color Harmonies of #510C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C4E

Black with #510C4E

Text Example


Text Example

White with #510C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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