#67064A

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

Shades of Tyrian Purple #67064A

Tints of Tyrian Purple #67064A

Color information

#67064A (or 0x67064A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 06 and 4A. RGB value is (103,6,74). Sum of RGB (Red+Green+Blue) = 103+6+74=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67064A is #98F9B5. Grayscale: #2A2A2A. Windows color (decimal): -10025398 or 4851303. OLE color: 4851303.

HSL color Cylindrical-coordinate representation of color #67064A: hue angle of 317.94º 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 #67064A is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB103674-
CMYK00.940.280.60
HSL317.94º88.99%21.37%-
HSV(B)317.94º94.17%40.39%-
XYZ6.893.516.79-
YUV42.76145.64170.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.28%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=56.28%
G=3.28%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10367400.940.280.60317.9488.9921.37
Hex6764A05E1C3C13e5915
Octal14761120136347447613125
Binary110011111010010100101111011100111100100111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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