#671136

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

Shades of Tyrian Purple #671136

Tints of Tyrian Purple #671136

Color information

#671136 (or 0x671136) is unknown color: approx Tyrian Purple. HEX triplet: 67, 11 and 36. RGB value is (103,17,54). Sum of RGB (Red+Green+Blue) = 103+17+54=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #671136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671136 is #98EEC9. Grayscale: #2E2E2E. Windows color (decimal): -10022602 or 3543399. OLE color: 3543399.

HSL color Cylindrical-coordinate representation of color #671136: hue angle of 334.19º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671136 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1031754-
CMYK00.830.480.60
HSL334.19º71.67%23.53%-
HSV(B)334.19º83.5%40.39%-
XYZ6.463.553.83-
YUV46.93131.99167.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.20%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=59.20%
G=9.77%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103175400.830.480.60334.1971.6723.53
Hex671136053303C14e4818
Octal14721660123607451611030
Binary11001111000111011001010011110000111100101001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671136; }

 p { color: rgb(103,17,54); }

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

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

 a { background-color: rgb(103,17,54); }

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

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

 span { border-color: rgb(103,17,54); }

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