#67093C

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

Shades of Tyrian Purple #67093C

Tints of Tyrian Purple #67093C

Color information

#67093C (or 0x67093C) is unknown color: approx Tyrian Purple. HEX triplet: 67, 09 and 3C. RGB value is (103,9,60). Sum of RGB (Red+Green+Blue) = 103+9+60=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #67093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67093C is #98F6C3. Grayscale: #2A2A2A. Windows color (decimal): -10024644 or 3934567. OLE color: 3934567.

HSL color Cylindrical-coordinate representation of color #67093C: hue angle of 327.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67093C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB103960-
CMYK00.910.420.60
HSL327.45º83.93%21.96%-
HSV(B)327.45º91.26%40.39%-
XYZ6.513.414.59-
YUV42.92137.64170.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=59.88%
G=5.23%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10396000.910.420.60327.4583.9321.96
Hex6793C05B2A3C1475416
Octal14711740133527450712426
Binary1100111100111110001011011101010111100101000111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,9,60); }

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

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

 a { background-color: rgb(103,9,60); }

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

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

 span { border-color: rgb(103,9,60); }

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