Html Css Color HEX #510A44 Tyrian Purple

📋 copy color: '#510A44'

red 81 ◦ green 10 ◦ blue 68

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

Shades of Tyrian Purple #510A44

Tints of Tyrian Purple #510A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 42.77%

R = 50.94%
G = 6.29%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#510A44 (or 0x510A44) is known color: Tyrian Purple. HEX triplet: 51, 0A and 44. RGB value is (81,10,68). Sum of RGB (Red+Green+Blue) = 81+10+68=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #510A44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A44 is #AEF5BB. Grayscale: #252525. Windows color (decimal): -11466172 or 4459089. OLE color: 4459089.

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

Color convert

RGB 81 10 68 -
CMYK 0 0.88 0.16 0.68
HSL 310.99º 0.78% 0.18% -
HSV(B) 310.99º 0.88% 0.32% -
XYZ 4.55 2.38 5.69 -
YUV 37.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 81 10 68 0 0.88 0.16 0.68 310.99 0.78 0.18
Hex 51 A 44 0 58 10 44 137 4E 12
Octal 121 12 104 0 130 20 104 467 116 22
Binary 1010001 1010 1000100 0 1011000 10000 1000100 100110111 1001110 10010

Color Harmonies of #510A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A44

Black with #510A44

Text Example


Text Example

White with #510A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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