Html Css Color HEX #80053D Tyrian Purple

📋 copy color: '#80053D'

red 128 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #80053D

Tints of Tyrian Purple #80053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.58%

 BLUE value IS 61 (24.22% from 255) = 31.44%

R = 65.98%
G = 2.58%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80053D (or 0x80053D) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3D. RGB value is (128,5,61). Sum of RGB (Red+Green+Blue) = 128+5+61=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #80053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053D is #7FFAC2. Grayscale: #303030. Windows color (decimal): -8387267 or 3999104. OLE color: 3999104.

HSL color Cylindrical-coordinate representation of color #80053D: hue angle of 332.68º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80053D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 61 -
CMYK 0 0.96 0.52 0.50
HSL 332.68º 0.92% 0.26% -
HSV(B) 332.68º 0.96% 0.5% -
XYZ 9.8 5.03 4.87 -
YUV 48.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 128 5 61 0 0.96 0.52 0.50 332.68 0.92 0.26
Hex 80 5 3D 0 60 34 32 14D 5C 1A
Octal 200 5 75 0 140 64 62 515 134 32
Binary 10000000 101 111101 0 1100000 110100 110010 101001101 1011100 11010

Color Harmonies of #80053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80053D

Black with #80053D

Text Example


Text Example

White with #80053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80053D; }

 p { color: rgb(128,5,61); }

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

background-color css

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

 a { background-color: rgb(128,5,61); }

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

border-color css

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

 span { border-color: rgb(128,5,61); }

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