#691043

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

Shades of Tyrian Purple #691043

Tints of Tyrian Purple #691043

Color information

#691043 (or 0x691043) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 43. RGB value is (105,16,67). Sum of RGB (Red+Green+Blue) = 105+16+67=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #691043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691043 is #96EFBC. Grayscale: #303030. Windows color (decimal): -9891773 or 4395113. OLE color: 4395113.

HSL color Cylindrical-coordinate representation of color #691043: hue angle of 325.62º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691043 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1051667-
CMYK00.850.360.59
HSL325.62º73.55%23.73%-
HSV(B)325.62º84.76%41.18%-
XYZ7.023.785.67-
YUV48.42138.49168.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 16 (6.64% from 255) = 8.51%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=55.85%
G=8.51%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105166700.850.360.59325.6273.5523.73
Hex691043055243B1464a18
Octal151201030125447350611230
Binary110100110000100001101010101100100111011101000110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691043; }

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

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

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

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

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

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

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

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