#67074D

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

Shades of Tyrian Purple #67074D

Tints of Tyrian Purple #67074D

Color information

#67074D (or 0x67074D) is unknown color: approx Tyrian Purple. HEX triplet: 67, 07 and 4D. RGB value is (103,7,77). Sum of RGB (Red+Green+Blue) = 103+7+77=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #67074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67074D is #98F8B2. Grayscale: #2B2B2B. Windows color (decimal): -10025139 or 5048167. OLE color: 5048167.

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

Color convert

RGB103777-
CMYK00.930.250.60
HSL316.25º87.27%21.57%-
HSV(B)316.25º93.2%40.39%-
XYZ7.013.577.34-
YUV43.68146.8170.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.08%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=55.08%
G=3.74%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10377700.930.250.60316.2587.2721.57
Hex6774D05D193C13c5716
Octal14771150135317447412726
Binary110011111110011010101110111001111100100111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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