Html Css Color HEX #81013B Tyrian Purple

📋 copy color: '#81013B'

red 129 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #81013B

Tints of Tyrian Purple #81013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 68.25%
G = 0.53%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#81013B (or 0x81013B) is known color: Tyrian Purple. HEX triplet: 81, 01 and 3B. RGB value is (129,1,59). Sum of RGB (Red+Green+Blue) = 129+1+59=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81013B is #7EFEC4. Grayscale: #2D2D2D. Windows color (decimal): -8322757 or 3867009. OLE color: 3867009.

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

Color convert

RGB 129 1 59 -
CMYK 0 0.99 0.54 0.49
HSL 332.81º 0.98% 0.25% -
HSV(B) 332.81º 0.99% 0.51% -
XYZ 9.85 5 4.58 -
YUV 45.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 129 1 59 0 0.99 0.54 0.49 332.81 0.98 0.25
Hex 81 1 3B 0 63 36 31 14D 62 19
Octal 201 1 73 0 143 66 61 515 142 31
Binary 10000001 1 111011 0 1100011 110110 110001 101001101 1100010 11001

Color Harmonies of #81013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81013B

Black with #81013B

Text Example


Text Example

White with #81013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81013B; }

 p { color: rgb(129,1,59); }

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

background-color css

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

 a { background-color: rgb(129,1,59); }

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

border-color css

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

 span { border-color: rgb(129,1,59); }

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