Html Css Color HEX #810046 Tyrian Purple

📋 copy color: '#810046'

red 129 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #810046

Tints of Tyrian Purple #810046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.18%

R = 64.82%
G = 0%
B = 35.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#810046 (or 0x810046) is known color: Tyrian Purple. HEX triplet: 81, 00 and 46. RGB value is (129,0,70). Sum of RGB (Red+Green+Blue) = 129+0+70=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #810046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810046 is #7EFFB9. Grayscale: #2E2E2E. Windows color (decimal): -8323002 or 4587649. OLE color: 4587649.

HSL color Cylindrical-coordinate representation of color #810046: hue angle of 327.44º 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 #810046 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 70 -
CMYK 0 1 0.46 0.49
HSL 327.44º 1% 0.25% -
HSV(B) 327.44º 1% 0.51% -
XYZ 10.16 5.11 6.25 -
YUV 46.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 129 0 70 0 1 0.46 0.49 327.44 1 0.25
Hex 81 0 46 0 64 2E 31 147 64 19
Octal 201 0 106 0 144 56 61 507 144 31
Binary 10000001 0 1000110 0 1100100 101110 110001 101000111 1100100 11001

Color Harmonies of #810046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810046

Black with #810046

Text Example


Text Example

White with #810046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810046; }

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

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

background-color css

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

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

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

border-color css

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

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

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