#67064C

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

Shades of Tyrian Purple #67064C

Tints of Tyrian Purple #67064C

Color information

#67064C (or 0x67064C) is unknown color: approx Tyrian Purple. HEX triplet: 67, 06 and 4C. RGB value is (103,6,76). Sum of RGB (Red+Green+Blue) = 103+6+76=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67064C is #98F9B3. Grayscale: #2A2A2A. Windows color (decimal): -10025396 or 4982375. OLE color: 4982375.

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

Color convert

RGB103676-
CMYK00.940.260.60
HSL316.7º88.99%21.37%-
HSV(B)316.7º94.17%40.39%-
XYZ6.963.547.15-
YUV42.98146.64170.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=55.68%
G=3.24%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10367600.940.260.60316.788.9921.37
Hex6764C05E1A3C13d5915
Octal14761140136327447513125
Binary110011111010011000101111011010111100100111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,6,76); }

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

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

 a { background-color: rgb(103,6,76); }

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

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

 span { border-color: rgb(103,6,76); }

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