Html Css Color HEX #80003D Tyrian Purple

📋 copy color: '#80003D'

red 128 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #80003D

Tints of Tyrian Purple #80003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.72%
G = 0%
B = 32.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80003D (or 0x80003D) is known color: Tyrian Purple. HEX triplet: 80, 00 and 3D. RGB value is (128,0,61). Sum of RGB (Red+Green+Blue) = 128+0+61=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #80003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80003D is #7FFFC2. Grayscale: #2D2D2D. Windows color (decimal): -8388547 or 3997824. OLE color: 3997824.

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

Color convert

RGB 128 0 61 -
CMYK 0 1 0.52 0.50
HSL 331.41º 1% 0.25% -
HSV(B) 331.41º 1% 0.5% -
XYZ 9.74 4.93 4.85 -
YUV 45.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 128 0 61 0 1 0.52 0.50 331.41 1 0.25
Hex 80 0 3D 0 64 34 32 14B 64 19
Octal 200 0 75 0 144 64 62 513 144 31
Binary 10000000 0 111101 0 1100100 110100 110010 101001011 1100100 11001

Color Harmonies of #80003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80003D

Black with #80003D

Text Example


Text Example

White with #80003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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