Html Css Color HEX #510A43 Tyrian Purple

📋 copy color: '#510A43'

red 81 ◦ green 10 ◦ blue 67

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

Shades of Tyrian Purple #510A43

Tints of Tyrian Purple #510A43

RGB

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

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

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

R = 51.27%
G = 6.33%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#510A43 (or 0x510A43) is known color: Tyrian Purple. HEX triplet: 51, 0A and 43. RGB value is (81,10,67). Sum of RGB (Red+Green+Blue) = 81+10+67=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A43 is #AEF5BC. Grayscale: #252525. Windows color (decimal): -11466173 or 4393553. OLE color: 4393553.

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

Color convert

RGB 81 10 67 -
CMYK 0 0.88 0.17 0.68
HSL 311.83º 0.78% 0.18% -
HSV(B) 311.83º 0.88% 0.32% -
XYZ 4.52 2.37 5.53 -
YUV 37.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 81 10 67 0 0.88 0.17 0.68 311.83 0.78 0.18
Hex 51 A 43 0 58 11 44 138 4E 12
Octal 121 12 103 0 130 21 104 470 116 22
Binary 1010001 1010 1000011 0 1011000 10001 1000100 100111000 1001110 10010

Color Harmonies of #510A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510A43

Black with #510A43

Text Example


Text Example

White with #510A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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