#671043

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

Shades of Tyrian Purple #671043

Tints of Tyrian Purple #671043

Color information

#671043 (or 0x671043) is unknown color: approx Tyrian Purple. HEX triplet: 67, 10 and 43. RGB value is (103,16,67). Sum of RGB (Red+Green+Blue) = 103+16+67=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #671043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671043 is #98EFBC. Grayscale: #2F2F2F. Windows color (decimal): -10022845 or 4395111. OLE color: 4395111.

HSL color Cylindrical-coordinate representation of color #671043: hue angle of 324.83º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671043 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB1031667-
CMYK00.840.350.60
HSL324.83º73.11%23.33%-
HSV(B)324.83º84.47%40.39%-
XYZ6.793.665.66-
YUV47.83138.82167.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.38%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=55.38%
G=8.60%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103166700.840.350.60324.8373.1123.33
Hex671043054233C1454917
Octal147201030124437450511127
Binary110011110000100001101010100100011111100101000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671043; }

 p { color: rgb(103,16,67); }

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

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

 a { background-color: rgb(103,16,67); }

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

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

 span { border-color: rgb(103,16,67); }

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