#69013F

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

Shades of Tyrian Purple #69013F

Tints of Tyrian Purple #69013F

Color information

#69013F (or 0x69013F) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 3F. RGB value is (105,1,63). Sum of RGB (Red+Green+Blue) = 105+1+63=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013F is #96FEC0. Grayscale: #272727. Windows color (decimal): -9895617 or 4129129. OLE color: 4129129.

HSL color Cylindrical-coordinate representation of color #69013F: hue angle of 324.23º 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 #69013F is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB105163-
CMYK00.990.40.59
HSL324.23º98.11%20.78%-
HSV(B)324.23º99.05%41.18%-
XYZ6.733.385-
YUV39.16141.46174.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 63 (25% from 255) = 37.28%
R=62.13%
G=0.59%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10516300.990.40.59324.2398.1120.78
Hex6913F063283B1446215
Octal1511770143507350414225
Binary1101001111111101100011101000111011101000100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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