Html Css Color HEX #80034B Tyrian Purple

📋 copy color: '#80034B'

red 128 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #80034B

Tints of Tyrian Purple #80034B

RGB

 RED value IS 128 (50.39% from 255) = 62.14%

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 62.14%
G = 1.46%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80034B (or 0x80034B) is known color: Tyrian Purple. HEX triplet: 80, 03 and 4B. RGB value is (128,3,75). Sum of RGB (Red+Green+Blue) = 128+3+75=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80034B is #7FFCB4. Grayscale: #303030. Windows color (decimal): -8387765 or 4916096. OLE color: 4916096.

HSL color Cylindrical-coordinate representation of color #80034B: hue angle of 325.44º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80034B is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 75 -
CMYK 0 0.98 0.41 0.50
HSL 325.44º 0.95% 0.26% -
HSV(B) 325.44º 0.98% 0.5% -
XYZ 10.2 5.16 7.12 -
YUV 48.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 128 3 75 0 0.98 0.41 0.50 325.44 0.95 0.26
Hex 80 3 4B 0 62 29 32 145 5F 1A
Octal 200 3 113 0 142 51 62 505 137 32
Binary 10000000 11 1001011 0 1100010 101001 110010 101000101 1011111 11010

Color Harmonies of #80034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80034B

Black with #80034B

Text Example


Text Example

White with #80034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,3,75); }

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

background-color css

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

 a { background-color: rgb(128,3,75); }

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

border-color css

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

 span { border-color: rgb(128,3,75); }

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