#78093A

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

Shades of Tyrian Purple #78093A

Tints of Tyrian Purple #78093A

Color information

#78093A (or 0x78093A) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 3A. RGB value is (120,9,58). Sum of RGB (Red+Green+Blue) = 120+9+58=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #78093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78093A is #87F6C5. Grayscale: #2F2F2F. Windows color (decimal): -8910534 or 3803512. OLE color: 3803512.

HSL color Cylindrical-coordinate representation of color #78093A: hue angle of 333.51º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78093A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB120958-
CMYK00.920.520.53
HSL333.51º86.05%25.29%-
HSV(B)333.51º92.5%47.06%-
XYZ8.614.494.42-
YUV47.78133.77179.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=64.17%
G=4.81%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12095800.920.520.53333.5186.0525.29
Hex7893A05C343514e5619
Octal17011720134646551612631
Binary1111000100111101001011100110100110101101001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78093A; }

 p { color: rgb(120,9,58); }

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

<style>
 a { background-color: #78093A; }

 a { background-color: rgb(120,9,58); }

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

<style>
 span { border-color: #78093A; }

 span { border-color: rgb(120,9,58); }

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