#67034E

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

Shades of Tyrian Purple #67034E

Tints of Tyrian Purple #67034E

Color information

#67034E (or 0x67034E) is unknown color: approx Tyrian Purple. HEX triplet: 67, 03 and 4E. RGB value is (103,3,78). Sum of RGB (Red+Green+Blue) = 103+3+78=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #67034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67034E is #98FCB1. Grayscale: #292929. Windows color (decimal): -10026162 or 5112679. OLE color: 5112679.

HSL color Cylindrical-coordinate representation of color #67034E: hue angle of 315º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67034E is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB103378-
CMYK00.970.240.60
HSL315º94.34%20.78%-
HSV(B)315º97.09%40.39%-
XYZ73.57.51-
YUV41.45148.63171.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.98%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=55.98%
G=1.63%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10337800.970.240.6031594.3420.78
Hex6734E061183C13b5e15
Octal14731160141307447313625
Binary11001111110011100110000111000111100100111011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67034E; }

 p { color: rgb(103,3,78); }

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

<style>
 a { background-color: #67034E; }

 a { background-color: rgb(103,3,78); }

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

<style>
 span { border-color: #67034E; }

 span { border-color: rgb(103,3,78); }

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