#78033D

Color #78033D Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #78033D

Tints of Tyrian Purple #78033D

Color information

#78033D (or 0x78033D) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 3D. RGB value is (120,3,61). Sum of RGB (Red+Green+Blue) = 120+3+61=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78033D is #87FCC2. Grayscale: #2C2C2C. Windows color (decimal): -8912067 or 3998584. OLE color: 3998584.

HSL color Cylindrical-coordinate representation of color #78033D: hue angle of 330.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78033D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB120361-
CMYK00.980.490.53
HSL330.26º95.12%24.12%-
HSV(B)330.26º97.5%47.06%-
XYZ8.624.44.81-
YUV44.6137.26181.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 61 (24.22% from 255) = 33.15%
R=65.22%
G=1.63%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12036100.980.490.53330.2695.1224.12
Hex7833D062313514a5f18
Octal1703750142616551213730
Binary11110001111110101100010110001110101101001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,3,61); }

 H1.HeaderClassName
 {
   color: #78033D;
 }
 .AnyTagClassName
 {
   color: #78033D;
 }
</style>
background-color css

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

 a { background-color: rgb(120,3,61); }

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

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

 span { border-color: rgb(120,3,61); }

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