#67024D

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

Shades of Tyrian Purple #67024D

Tints of Tyrian Purple #67024D

Color information

#67024D (or 0x67024D) is unknown color: approx Tyrian Purple. HEX triplet: 67, 02 and 4D. RGB value is (103,2,77). Sum of RGB (Red+Green+Blue) = 103+2+77=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67024D is #98FDB2. Grayscale: #282828. Windows color (decimal): -10026419 or 5046887. OLE color: 5046887.

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

Color convert

RGB103277-
CMYK00.980.250.60
HSL315.45º96.19%20.59%-
HSV(B)315.45º98.06%40.39%-
XYZ6.953.467.32-
YUV40.75148.46172.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 56.59%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=56.59%
G=1.10%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10327700.980.250.60315.4596.1920.59
Hex6724D062193C13b6015
Octal14721150142317447314025
Binary11001111010011010110001011001111100100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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