#69064D

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

Shades of Tyrian Purple #69064D

Tints of Tyrian Purple #69064D

Color information

#69064D (or 0x69064D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 4D. RGB value is (105,6,77). Sum of RGB (Red+Green+Blue) = 105+6+77=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69064D is #96F9B2. Grayscale: #2B2B2B. Windows color (decimal): -9894323 or 5047913. OLE color: 5047913.

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

Color convert

RGB105677-
CMYK00.940.270.59
HSL316.97º89.19%21.76%-
HSV(B)316.97º94.29%41.18%-
XYZ7.233.677.35-
YUV43.7146.8171.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.85%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=55.85%
G=3.19%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10567700.940.270.59316.9789.1921.76
Hex6964D05E1B3B13d5916
Octal15161150136337347513126
Binary110100111010011010101111011011111011100111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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