#78023B

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

Shades of Tyrian Purple #78023B

Tints of Tyrian Purple #78023B

Color information

#78023B (or 0x78023B) is unknown color: approx Tyrian Purple. HEX triplet: 78, 02 and 3B. RGB value is (120,2,59). Sum of RGB (Red+Green+Blue) = 120+2+59=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78023B is #87FDC4. Grayscale: #2B2B2B. Windows color (decimal): -8912325 or 3867256. OLE color: 3867256.

HSL color Cylindrical-coordinate representation of color #78023B: hue angle of 331.02º degrees, saturation: 0.97, 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 #78023B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB120259-
CMYK00.980.510.53
HSL331.02º96.72%23.92%-
HSV(B)331.02º98.33%47.06%-
XYZ8.564.354.53-
YUV43.78136.59182.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=66.30%
G=1.10%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12025900.980.510.53331.0296.7223.92
Hex7823B062333514b6118
Octal1702730142636551314130
Binary11110001011101101100010110011110101101001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78023B; }

 p { color: rgb(120,2,59); }

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

<style>
 a { background-color: #78023B; }

 a { background-color: rgb(120,2,59); }

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

<style>
 span { border-color: #78023B; }

 span { border-color: rgb(120,2,59); }

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