#69094C

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

Shades of Tyrian Purple #69094C

Tints of Tyrian Purple #69094C

Color information

#69094C (or 0x69094C) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 4C. RGB value is (105,9,76). Sum of RGB (Red+Green+Blue) = 105+9+76=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #69094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69094C is #96F6B3. Grayscale: #2D2D2D. Windows color (decimal): -9893556 or 4983145. OLE color: 4983145.

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

Color convert

RGB105976-
CMYK00.910.280.59
HSL318.12º84.21%22.35%-
HSV(B)318.12º91.43%41.18%-
XYZ7.233.727.17-
YUV45.34145.3170.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 76 (30.08% from 255) = 40%
R=55.26%
G=4.74%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597600.910.280.59318.1284.2122.35
Hex6994C05B1C3B13e5416
Octal151111140133347347612426
Binary1101001100110011000101101111100111011100111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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