#69094A

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

Shades of Tyrian Purple #69094A

Tints of Tyrian Purple #69094A

Color information

#69094A (or 0x69094A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 4A. RGB value is (105,9,74). Sum of RGB (Red+Green+Blue) = 105+9+74=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69094A is #96F6B5. Grayscale: #2C2C2C. Windows color (decimal): -9893558 or 4852073. OLE color: 4852073.

HSL color Cylindrical-coordinate representation of color #69094A: hue angle of 319.38º 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 #69094A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB105974-
CMYK00.910.300.59
HSL319.38º84.21%22.35%-
HSV(B)319.38º91.43%41.18%-
XYZ7.163.696.81-
YUV45.11144.3170.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 74 (29.30% from 255) = 39.36%
R=55.85%
G=4.79%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597400.910.300.59319.3884.2122.35
Hex6994A05B1E3B13f5416
Octal151111120133367347712426
Binary1101001100110010100101101111110111011100111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69094A; }

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

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

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

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

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

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

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

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