#69063A

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

Shades of Tyrian Purple #69063A

Tints of Tyrian Purple #69063A

Color information

#69063A (or 0x69063A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 3A. RGB value is (105,6,58). Sum of RGB (Red+Green+Blue) = 105+6+58=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69063A is #96F9C5. Grayscale: #292929. Windows color (decimal): -9894342 or 3802729. OLE color: 3802729.

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

Color convert

RGB105658-
CMYK00.940.450.59
HSL328.48º89.19%21.76%-
HSV(B)328.48º94.29%41.18%-
XYZ6.653.444.32-
YUV41.53137.3173.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=62.13%
G=3.55%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10565800.940.450.59328.4889.1921.76
Hex6963A05E2D3B1485916
Octal1516720136557351013126
Binary110100111011101001011110101101111011101001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69063A; }

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

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

<style>
 a { background-color: #69063A; }

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

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

<style>
 span { border-color: #69063A; }

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

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