Html Css Color HEX #810A40 Tyrian Purple

📋 copy color: '#810A40'

red 129 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #810A40

Tints of Tyrian Purple #810A40

RGB

 RED value IS 129 (50.78% from 255) = 63.55%

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

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 63.55%
G = 4.93%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#810A40 (or 0x810A40) is known color: Tyrian Purple. HEX triplet: 81, 0A and 40. RGB value is (129,10,64). Sum of RGB (Red+Green+Blue) = 129+10+64=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #810A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A40 is #7EF5BF. Grayscale: #333333. Windows color (decimal): -8320448 or 4196993. OLE color: 4196993.

HSL color Cylindrical-coordinate representation of color #810A40: hue angle of 332.77º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A40 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 10 64 -
CMYK 0 0.92 0.50 0.49
HSL 332.77º 0.86% 0.27% -
HSV(B) 332.77º 0.92% 0.51% -
XYZ 10.09 5.25 5.33 -
YUV 51.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 129 10 64 0 0.92 0.50 0.49 332.77 0.86 0.27
Hex 81 A 40 0 5C 32 31 14D 56 1B
Octal 201 12 100 0 134 62 61 515 126 33
Binary 10000001 1010 1000000 0 1011100 110010 110001 101001101 1010110 11011

Color Harmonies of #810A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A40

Black with #810A40

Text Example


Text Example

White with #810A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810A40; }

 p { color: rgb(129,10,64); }

 H1.HeaderClassName
 {
   color: #810A40;
 }
 .AnyTagClassName
 {
   color: #810A40;
 }
</style>

background-color css

<style>
 a { background-color: #810A40; }

 a { background-color: rgb(129,10,64); }

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

border-color css

<style>
 span { border-color: #810A40; }

 span { border-color: rgb(129,10,64); }

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