#67024C

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

Shades of Tyrian Purple #67024C

Tints of Tyrian Purple #67024C

Color information

#67024C (or 0x67024C) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 4C. RGB value is (103,2,76). Sum of RGB (Red+Green+Blue) = 103+2+76=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67024C is #98FDB3. Grayscale: #282828. Windows color (decimal): -10026420 or 4981351. OLE color: 4981351.

HSL color Cylindrical-coordinate representation of color #67024C: hue angle of 316.04º 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 #67024C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB103276-
CMYK00.980.260.60
HSL316.04º96.19%20.59%-
HSV(B)316.04º98.06%40.39%-
XYZ6.923.457.14-
YUV40.64147.96172.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.91%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=56.91%
G=1.10%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10327600.980.260.60316.0496.1920.59
Hex6724C0621A3C13c6015
Octal14721140142327447414025
Binary11001111010011000110001011010111100100111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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