#670047

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

Shades of Tyrian Purple #670047

Tints of Tyrian Purple #670047

Color information

#670047 (or 0x670047) is unknown color: approx Tyrian Purple. HEX triplet: 67, 00 and 47. RGB value is (103,0,71). Sum of RGB (Red+Green+Blue) = 103+0+71=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #670047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670047 is #98FFB8. Grayscale: #262626. Windows color (decimal): -10026937 or 4653159. OLE color: 4653159.

HSL color Cylindrical-coordinate representation of color #670047: hue angle of 318.64º 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 #670047 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB103071-
CMYK010.310.60
HSL318.64º100%20.2%-
HSV(B)318.64º100%40.39%-
XYZ6.733.346.25-
YUV38.89146.12173.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=59.20%
G=0%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103071010.310.60318.6410020.2
Hex670470641F3C13f6414
Octal14701070144377447714424
Binary1100111010001110110010011111111100100111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670047; }

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

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

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

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

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

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

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

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