Html Css Color HEX #510D43 Tyrian Purple

📋 copy color: '#510D43'

red 81 ◦ green 13 ◦ blue 67

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

Shades of Tyrian Purple #510D43

Tints of Tyrian Purple #510D43

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.07%

 BLUE value IS 67 (26.56% from 255) = 41.61%

R = 50.31%
G = 8.07%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#510D43 (or 0x510D43) is known color: Tyrian Purple. HEX triplet: 51, 0D and 43. RGB value is (81,13,67). Sum of RGB (Red+Green+Blue) = 81+13+67=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #510D43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D43 is #AEF2BC. Grayscale: #272727. Windows color (decimal): -11465405 or 4394321. OLE color: 4394321.

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

Color convert

RGB 81 13 67 -
CMYK 0 0.84 0.17 0.68
HSL 312.35º 0.72% 0.18% -
HSV(B) 312.35º 0.84% 0.32% -
XYZ 4.55 2.44 5.54 -
YUV 39.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 81 13 67 0 0.84 0.17 0.68 312.35 0.72 0.18
Hex 51 D 43 0 54 11 44 138 48 12
Octal 121 15 103 0 124 21 104 470 110 22
Binary 1010001 1101 1000011 0 1010100 10001 1000100 100111000 1001000 10010

Color Harmonies of #510D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D43

Black with #510D43

Text Example


Text Example

White with #510D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,67); }

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

background-color css

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

 a { background-color: rgb(81,13,67); }

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

border-color css

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

 span { border-color: rgb(81,13,67); }

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