Html Css Color HEX #810040 Tyrian Purple

📋 copy color: '#810040'

red 129 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #810040

Tints of Tyrian Purple #810040

RGB

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

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

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

R = 66.84%
G = 0%
B = 33.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#810040 (or 0x810040) is known color: Tyrian Purple. HEX triplet: 81, 00 and 40. RGB value is (129,0,64). Sum of RGB (Red+Green+Blue) = 129+0+64=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #810040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810040 is #7EFFBF. Grayscale: #2D2D2D. Windows color (decimal): -8323008 or 4194433. OLE color: 4194433.

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

Color convert

RGB 129 0 64 -
CMYK 0 1 0.50 0.49
HSL 330.23º 1% 0.25% -
HSV(B) 330.23º 1% 0.51% -
XYZ 9.98 5.04 5.3 -
YUV 45.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 129 0 64 0 1 0.50 0.49 330.23 1 0.25
Hex 81 0 40 0 64 32 31 14A 64 19
Octal 201 0 100 0 144 62 61 512 144 31
Binary 10000001 0 1000000 0 1100100 110010 110001 101001010 1100100 11001

Color Harmonies of #810040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810040

Black with #810040

Text Example


Text Example

White with #810040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810040; }

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

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

background-color css

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

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

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

border-color css

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

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

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