#67024A

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

Shades of Tyrian Purple #67024A

Tints of Tyrian Purple #67024A

Color information

#67024A (or 0x67024A) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 4A. RGB value is (103,2,74). Sum of RGB (Red+Green+Blue) = 103+2+74=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #67024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67024A is #98FDB5. Grayscale: #282828. Windows color (decimal): -10026422 or 4850279. OLE color: 4850279.

HSL color Cylindrical-coordinate representation of color #67024A: hue angle of 317.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67024A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB103274-
CMYK00.980.280.60
HSL317.23º96.19%20.59%-
HSV(B)317.23º98.06%40.39%-
XYZ6.853.426.78-
YUV40.41146.96172.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 57.54%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=57.54%
G=1.12%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10327400.980.280.60317.2396.1920.59
Hex6724A0621C3C13d6015
Octal14721120142347447514025
Binary11001111010010100110001011100111100100111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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