#69063D

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

Shades of Tyrian Purple #69063D

Tints of Tyrian Purple #69063D

Color information

#69063D (or 0x69063D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 3D. RGB value is (105,6,61). Sum of RGB (Red+Green+Blue) = 105+6+61=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #69063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69063D is #96F9C2. Grayscale: #292929. Windows color (decimal): -9894339 or 3999337. OLE color: 3999337.

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

Color convert

RGB105661-
CMYK00.940.420.59
HSL326.67º89.19%21.76%-
HSV(B)326.67º94.29%41.18%-
XYZ6.733.474.73-
YUV41.87138.8173.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 6 (2.73% from 255) = 3.49%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=61.05%
G=3.49%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10566100.940.420.59326.6789.1921.76
Hex6963D05E2A3B1475916
Octal1516750136527350713126
Binary110100111011110101011110101010111011101000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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