#67072f

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

Shades of Tyrian Purple #67072F

Tints of Tyrian Purple #67072F

Color information

#67072F (or 0x67072F) is unknown color: approx Tyrian Purple. HEX triplet: 67, 07 and 2F. RGB value is (103,7,47). Sum of RGB (Red+Green+Blue) = 103+7+47=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #67072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67072F is #98F8D0. Grayscale: #282828. Windows color (decimal): -10025169 or 3082087. OLE color: 3082087.

HSL color Cylindrical-coordinate representation of color #67072F: hue angle of 335º 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 #67072F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB103747-
CMYK00.930.540.60
HSL335º87.27%21.57%-
HSV(B)335º93.2%40.39%-
XYZ6.183.242.99-
YUV40.26131.8172.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.61%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=65.61%
G=4.46%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10374700.930.540.6033587.2721.57
Hex6772F05D363C14f5716
Octal1477570135667451712726
Binary110011111110111101011101110110111100101001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67072f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67072f; }

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

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

<style>
 a { background-color: #67072f; }

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

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

<style>
 span { border-color: #67072f; }

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

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