#69093E

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

Shades of Tyrian Purple #69093E

Tints of Tyrian Purple #69093E

Color information

#69093E (or 0x69093E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 3E. RGB value is (105,9,62). Sum of RGB (Red+Green+Blue) = 105+9+62=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #69093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69093E is #96F6C1. Grayscale: #2B2B2B. Windows color (decimal): -9893570 or 4065641. OLE color: 4065641.

HSL color Cylindrical-coordinate representation of color #69093E: hue angle of 326.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69093E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB105962-
CMYK00.910.410.59
HSL326.88º84.21%22.35%-
HSV(B)326.88º91.43%41.18%-
XYZ6.793.554.88-
YUV43.75138.3171.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=59.66%
G=5.11%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596200.910.410.59326.8884.2122.35
Hex6993E05B293B1475416
Octal15111760133517350712426
Binary1101001100111111001011011101001111011101000111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69093E; }

 p { color: rgb(105,9,62); }

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

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

 a { background-color: rgb(105,9,62); }

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

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

 span { border-color: rgb(105,9,62); }

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