#69094E

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

Shades of Tyrian Purple #69094E

Tints of Tyrian Purple #69094E

Color information

#69094E (or 0x69094E) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 4E. RGB value is (105,9,78). Sum of RGB (Red+Green+Blue) = 105+9+78=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #69094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69094E is #96F6B1. Grayscale: #2D2D2D. Windows color (decimal): -9893554 or 5114217. OLE color: 5114217.

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

Color convert

RGB105978-
CMYK00.910.260.59
HSL316.88º84.21%22.35%-
HSV(B)316.88º91.43%41.18%-
XYZ7.33.757.55-
YUV45.57146.3170.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=54.69%
G=4.69%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597800.910.260.59316.8884.2122.35
Hex6994E05B1A3B13d5416
Octal151111160133327347512426
Binary1101001100110011100101101111010111011100111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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