Html Css Color HEX #80053F Tyrian Purple

📋 copy color: '#80053F'

red 128 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #80053F

Tints of Tyrian Purple #80053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.14%

R = 65.31%
G = 2.55%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80053F (or 0x80053F) is known color: Tyrian Purple. HEX triplet: 80, 05 and 3F. RGB value is (128,5,63). Sum of RGB (Red+Green+Blue) = 128+5+63=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80053F is #7FFAC0. Grayscale: #303030. Windows color (decimal): -8387265 or 4130176. OLE color: 4130176.

HSL color Cylindrical-coordinate representation of color #80053F: hue angle of 331.71º 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 #80053F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 63 -
CMYK 0 0.96 0.51 0.50
HSL 331.71º 0.92% 0.26% -
HSV(B) 331.71º 0.96% 0.5% -
XYZ 9.85 5.06 5.16 -
YUV 48.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 128 5 63 0 0.96 0.51 0.50 331.71 0.92 0.26
Hex 80 5 3F 0 60 33 32 14C 5C 1A
Octal 200 5 77 0 140 63 62 514 134 32
Binary 10000000 101 111111 0 1100000 110011 110010 101001100 1011100 11010

Color Harmonies of #80053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80053F

Black with #80053F

Text Example


Text Example

White with #80053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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