#78063F

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

Shades of Tyrian Purple #78063F

Tints of Tyrian Purple #78063F

Color information

#78063F (or 0x78063F) is unknown color: approx Tyrian Purple. HEX triplet: 78, 06 and 3F. RGB value is (120,6,63). Sum of RGB (Red+Green+Blue) = 120+6+63=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78063F is #87F9C0. Grayscale: #2E2E2E. Windows color (decimal): -8911297 or 4130424. OLE color: 4130424.

HSL color Cylindrical-coordinate representation of color #78063F: hue angle of 330º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78063F is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB120663-
CMYK00.950.480.53
HSL330º90.48%24.71%-
HSV(B)330º95%47.06%-
XYZ8.714.485.11-
YUV46.58137.27180.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 63 (25% from 255) = 33.33%
R=63.49%
G=3.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12066300.950.480.5333090.4824.71
Hex7863F05F303514a5a19
Octal1706770137606551213231
Binary111100011011111101011111110000110101101001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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