#67002C

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

Shades of Tyrian Purple #67002C

Tints of Tyrian Purple #67002C

Color information

#67002C (or 0x67002C) is unknown color: approx Tyrian Purple. HEX triplet: 67, 00 and 2C. RGB value is (103,0,44). Sum of RGB (Red+Green+Blue) = 103+0+44=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #67002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67002C is #98FFD3. Grayscale: #232323. Windows color (decimal): -10026964 or 2883687. OLE color: 2883687.

HSL color Cylindrical-coordinate representation of color #67002C: hue angle of 334.37º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67002C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB103044-
CMYK010.570.60
HSL334.37º100%20.2%-
HSV(B)334.37º100%40.39%-
XYZ6.053.072.66-
YUV35.81132.62175.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=70.07%
G=0%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103044010.570.60334.3710020.2
Hex6702C064393C14e6414
Octal1470540144717451614424
Binary1100111010110001100100111001111100101001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,0,44); }

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

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

 a { background-color: rgb(103,0,44); }

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

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

 span { border-color: rgb(103,0,44); }

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