#671048

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

Shades of Tyrian Purple #671048

Tints of Tyrian Purple #671048

Color information

#671048 (or 0x671048) is unknown color: approx Tyrian Purple. HEX triplet: 67, 10 and 48. RGB value is (103,16,72). Sum of RGB (Red+Green+Blue) = 103+16+72=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #671048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671048 is #98EFB7. Grayscale: #303030. Windows color (decimal): -10022840 or 4722791. OLE color: 4722791.

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

Color convert

RGB1031672-
CMYK00.840.300.60
HSL321.38º73.11%23.33%-
HSV(B)321.38º84.47%40.39%-
XYZ6.953.726.48-
YUV48.4141.32166.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.93%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=53.93%
G=8.38%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103167200.840.300.60321.3873.1123.33
Hex6710480541E3C1414917
Octal147201100124367450111127
Binary11001111000010010000101010011110111100101000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671048; }

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

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

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

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

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

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

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

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