Html Css Color HEX #810740 Tyrian Purple

📋 copy color: '#810740'

red 129 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #810740

Tints of Tyrian Purple #810740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

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

R = 64.5%
G = 3.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#810740 (or 0x810740) is known color: Tyrian Purple. HEX triplet: 81, 07 and 40. RGB value is (129,7,64). Sum of RGB (Red+Green+Blue) = 129+7+64=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #810740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810740 is #7EF8BF. Grayscale: #313131. Windows color (decimal): -8321216 or 4196225. OLE color: 4196225.

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

Color convert

RGB 129 7 64 -
CMYK 0 0.95 0.50 0.49
HSL 331.97º 0.9% 0.27% -
HSV(B) 331.97º 0.95% 0.51% -
XYZ 10.05 5.19 5.32 -
YUV 49.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 129 7 64 0 0.95 0.50 0.49 331.97 0.9 0.27
Hex 81 7 40 0 5F 32 31 14C 5A 1B
Octal 201 7 100 0 137 62 61 514 132 33
Binary 10000001 111 1000000 0 1011111 110010 110001 101001100 1011010 11011

Color Harmonies of #810740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810740

Black with #810740

Text Example


Text Example

White with #810740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810740; }

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

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

background-color css

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

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

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

border-color css

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

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

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