Html Css Color HEX #810A48 Tyrian Purple

📋 copy color: '#810A48'

red 129 ◦ green 10 ◦ blue 72

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

Shades of Tyrian Purple #810A48

Tints of Tyrian Purple #810A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 61.14%
G = 4.74%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#810A48 (or 0x810A48) is known color: Tyrian Purple. HEX triplet: 81, 0A and 48. RGB value is (129,10,72). Sum of RGB (Red+Green+Blue) = 129+10+72=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #810A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A48 is #7EF5B7. Grayscale: #343434. Windows color (decimal): -8320440 or 4721281. OLE color: 4721281.

HSL color Cylindrical-coordinate representation of color #810A48: hue angle of 328.74º 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 #810A48 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 10 72 -
CMYK 0 0.92 0.44 0.49
HSL 328.74º 0.86% 0.27% -
HSV(B) 328.74º 0.92% 0.51% -
XYZ 10.33 5.35 6.62 -
YUV 52.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 129 10 72 0 0.92 0.44 0.49 328.74 0.86 0.27
Hex 81 A 48 0 5C 2C 31 149 56 1B
Octal 201 12 110 0 134 54 61 511 126 33
Binary 10000001 1010 1001000 0 1011100 101100 110001 101001001 1010110 11011

Color Harmonies of #810A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A48

Black with #810A48

Text Example


Text Example

White with #810A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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