#69094D

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

Shades of Tyrian Purple #69094D

Tints of Tyrian Purple #69094D

Color information

#69094D (or 0x69094D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 4D. RGB value is (105,9,77). Sum of RGB (Red+Green+Blue) = 105+9+77=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69094D is #96F6B2. Grayscale: #2D2D2D. Windows color (decimal): -9893555 or 5048681. OLE color: 5048681.

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

Color convert

RGB105977-
CMYK00.910.270.59
HSL317.5º84.21%22.35%-
HSV(B)317.5º91.43%41.18%-
XYZ7.263.737.36-
YUV45.46145.8170.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=54.97%
G=4.71%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597700.910.270.59317.584.2122.35
Hex6994D05B1B3B13e5416
Octal151111150133337347612426
Binary1101001100110011010101101111011111011100111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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