Html Css Color HEX #810048 Tyrian Purple

📋 copy color: '#810048'

red 129 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #810048

Tints of Tyrian Purple #810048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.18%
G = 0%
B = 35.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#810048 (or 0x810048) is known color: Tyrian Purple. HEX triplet: 81, 00 and 48. RGB value is (129,0,72). Sum of RGB (Red+Green+Blue) = 129+0+72=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #810048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810048 is #7EFFB7. Grayscale: #2E2E2E. Windows color (decimal): -8323000 or 4718721. OLE color: 4718721.

HSL color Cylindrical-coordinate representation of color #810048: hue angle of 326.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810048 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 72 -
CMYK 0 1 0.44 0.49
HSL 326.51º 1% 0.25% -
HSV(B) 326.51º 1% 0.51% -
XYZ 10.22 5.14 6.58 -
YUV 46.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 129 0 72 0 1 0.44 0.49 326.51 1 0.25
Hex 81 0 48 0 64 2C 31 147 64 19
Octal 201 0 110 0 144 54 61 507 144 31
Binary 10000001 0 1001000 0 1100100 101100 110001 101000111 1100100 11001

Color Harmonies of #810048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810048

Black with #810048

Text Example


Text Example

White with #810048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810048; }

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

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

background-color css

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

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

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

border-color css

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

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

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