Html Css Color HEX #80063F Tyrian Purple

📋 copy color: '#80063F'

red 128 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #80063F

Tints of Tyrian Purple #80063F

RGB

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

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

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

R = 64.97%
G = 3.05%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80063F (or 0x80063F) is known color: Tyrian Purple. HEX triplet: 80, 06 and 3F. RGB value is (128,6,63). Sum of RGB (Red+Green+Blue) = 128+6+63=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80063F is #7FF9C0. Grayscale: #303030. Windows color (decimal): -8387009 or 4130432. OLE color: 4130432.

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

Color convert

RGB 128 6 63 -
CMYK 0 0.95 0.51 0.50
HSL 331.97º 0.91% 0.26% -
HSV(B) 331.97º 0.95% 0.5% -
XYZ 9.86 5.08 5.16 -
YUV 48.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 128 6 63 0 0.95 0.51 0.50 331.97 0.91 0.26
Hex 80 6 3F 0 5F 33 32 14C 5B 1A
Octal 200 6 77 0 137 63 62 514 133 32
Binary 10000000 110 111111 0 1011111 110011 110010 101001100 1011011 11010

Color Harmonies of #80063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80063F

Black with #80063F

Text Example


Text Example

White with #80063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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