#78033C

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

Shades of Tyrian Purple #78033C

Tints of Tyrian Purple #78033C

Color information

#78033C (or 0x78033C) is unknown color: approx Tyrian Purple. HEX triplet: 78, 03 and 3C. RGB value is (120,3,60). Sum of RGB (Red+Green+Blue) = 120+3+60=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78033C is #87FCC3. Grayscale: #2C2C2C. Windows color (decimal): -8912068 or 3933048. OLE color: 3933048.

HSL color Cylindrical-coordinate representation of color #78033C: hue angle of 330.77º 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 #78033C is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB120360-
CMYK00.980.50.53
HSL330.77º95.12%24.12%-
HSV(B)330.77º97.5%47.06%-
XYZ8.594.384.67-
YUV44.48136.76181.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.57%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=65.57%
G=1.64%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12036000.980.50.53330.7795.1224.12
Hex7833C062323514b5f18
Octal1703740142626551313730
Binary11110001111110001100010110010110101101001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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