Html Css Color HEX #81064B Tyrian Purple

📋 copy color: '#81064B'

red 129 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #81064B

Tints of Tyrian Purple #81064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 61.43%
G = 2.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#81064B (or 0x81064B) is known color: Tyrian Purple. HEX triplet: 81, 06 and 4B. RGB value is (129,6,75). Sum of RGB (Red+Green+Blue) = 129+6+75=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81064B is #7EF9B4. Grayscale: #323232. Windows color (decimal): -8321461 or 4916865. OLE color: 4916865.

HSL color Cylindrical-coordinate representation of color #81064B: hue angle of 326.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81064B is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 6 75 -
CMYK 0 0.95 0.42 0.49
HSL 326.34º 0.91% 0.26% -
HSV(B) 326.34º 0.95% 0.51% -
XYZ 10.39 5.31 7.13 -
YUV 50.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 129 6 75 0 0.95 0.42 0.49 326.34 0.91 0.26
Hex 81 6 4B 0 5F 2A 31 146 5B 1A
Octal 201 6 113 0 137 52 61 506 133 32
Binary 10000001 110 1001011 0 1011111 101010 110001 101000110 1011011 11010

Color Harmonies of #81064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81064B

Black with #81064B

Text Example


Text Example

White with #81064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,6,75); }

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

background-color css

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

 a { background-color: rgb(129,6,75); }

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

border-color css

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

 span { border-color: rgb(129,6,75); }

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