#67013D

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

Shades of Tyrian Purple #67013D

Tints of Tyrian Purple #67013D

Color information

#67013D (or 0x67013D) is unknown color: approx Tyrian Purple. HEX triplet: 67, 01 and 3D. RGB value is (103,1,61). Sum of RGB (Red+Green+Blue) = 103+1+61=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #67013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67013D is #98FEC2. Grayscale: #262626. Windows color (decimal): -10026691 or 3998055. OLE color: 3998055.

HSL color Cylindrical-coordinate representation of color #67013D: hue angle of 324.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67013D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB103161-
CMYK00.990.410.60
HSL324.71º98.08%20.39%-
HSV(B)324.71º99.03%40.39%-
XYZ6.453.244.7-
YUV38.34140.79174.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.42%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=62.42%
G=0.61%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10316100.990.410.60324.7198.0820.39
Hex6713D063293C1456214
Octal1471750143517450514224
Binary1100111111110101100011101001111100101000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,1,61); }

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

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

 a { background-color: rgb(103,1,61); }

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

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

 span { border-color: rgb(103,1,61); }

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