#671032

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

Shades of Tyrian Purple #671032

Tints of Tyrian Purple #671032

Color information

#671032 (or 0x671032) is unknown color: approx Tyrian Purple. HEX triplet: 67, 10 and 32. RGB value is (103,16,50). Sum of RGB (Red+Green+Blue) = 103+16+50=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #671032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671032 is #98EFCD. Grayscale: #2D2D2D. Windows color (decimal): -10022862 or 3280999. OLE color: 3280999.

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

Color convert

RGB1031650-
CMYK00.840.510.60
HSL336.55º73.11%23.33%-
HSV(B)336.55º84.47%40.39%-
XYZ6.353.483.36-
YUV45.89130.32168.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.95%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=60.95%
G=9.47%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103165000.840.510.60336.5573.1123.33
Hex671032054333C1514917
Octal14720620124637452111127
Binary11001111000011001001010100110011111100101010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671032; }

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

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

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

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

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

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

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

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