#69013D

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

Shades of Tyrian Purple #69013D

Tints of Tyrian Purple #69013D

Color information

#69013D (or 0x69013D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 3D. RGB value is (105,1,61). Sum of RGB (Red+Green+Blue) = 105+1+61=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #69013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013D is #96FEC2. Grayscale: #262626. Windows color (decimal): -9895619 or 3998057. OLE color: 3998057.

HSL color Cylindrical-coordinate representation of color #69013D: hue angle of 325.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69013D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB105161-
CMYK00.990.420.59
HSL325.38º98.11%20.78%-
HSV(B)325.38º99.05%41.18%-
XYZ6.683.364.71-
YUV38.94140.46175.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=62.87%
G=0.60%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516100.990.420.59325.3898.1120.78
Hex6913D0632A3B1456215
Octal1511750143527350514225
Binary1101001111110101100011101010111011101000101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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