#69064C

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

Shades of Tyrian Purple #69064C

Tints of Tyrian Purple #69064C

Color information

#69064C (or 0x69064C) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 4C. RGB value is (105,6,76). Sum of RGB (Red+Green+Blue) = 105+6+76=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69064C is #96F9B3. Grayscale: #2B2B2B. Windows color (decimal): -9894324 or 4982377. OLE color: 4982377.

HSL color Cylindrical-coordinate representation of color #69064C: hue angle of 317.58º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69064C is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB105676-
CMYK00.940.280.59
HSL317.58º89.19%21.76%-
HSV(B)317.58º94.29%41.18%-
XYZ7.23.667.16-
YUV43.58146.3171.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=56.15%
G=3.21%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10567600.940.280.59317.5889.1921.76
Hex6964C05E1C3B13e5916
Octal15161140136347347613126
Binary110100111010011000101111011100111011100111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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