#67073B

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

Shades of Tyrian Purple #67073B

Tints of Tyrian Purple #67073B

Color information

#67073B (or 0x67073B) is unknown color: approx Tyrian Purple. HEX triplet: 67, 07 and 3B. RGB value is (103,7,59). Sum of RGB (Red+Green+Blue) = 103+7+59=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67073B is #98F8C4. Grayscale: #292929. Windows color (decimal): -10025157 or 3868519. OLE color: 3868519.

HSL color Cylindrical-coordinate representation of color #67073B: hue angle of 327.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67073B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB103759-
CMYK00.930.430.60
HSL327.5º87.27%21.57%-
HSV(B)327.5º93.2%40.39%-
XYZ6.463.354.44-
YUV41.63137.8171.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.95%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=60.95%
G=4.14%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10375900.930.430.60327.587.2721.57
Hex6773B05D2B3C1485716
Octal1477730135537451012726
Binary110011111111101101011101101011111100101001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67073B; }

 p { color: rgb(103,7,59); }

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

<style>
 a { background-color: #67073B; }

 a { background-color: rgb(103,7,59); }

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

<style>
 span { border-color: #67073B; }

 span { border-color: rgb(103,7,59); }

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