#69044A

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

Shades of Tyrian Purple #69044A

Tints of Tyrian Purple #69044A

Color information

#69044A (or 0x69044A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 04 and 4A. RGB value is (105,4,74). Sum of RGB (Red+Green+Blue) = 105+4+74=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69044A is #96FBB5. Grayscale: #2A2A2A. Windows color (decimal): -9894838 or 4850793. OLE color: 4850793.

HSL color Cylindrical-coordinate representation of color #69044A: hue angle of 318.42º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69044A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB105474-
CMYK00.960.300.59
HSL318.42º92.66%21.37%-
HSV(B)318.42º96.19%41.18%-
XYZ7.113.586.8-
YUV42.18145.96172.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=57.38%
G=2.19%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10547400.960.300.59318.4292.6621.37
Hex6944A0601E3B13e5d15
Octal15141120140367347613525
Binary110100110010010100110000011110111011100111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,4,74); }

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

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

 a { background-color: rgb(105,4,74); }

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

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

 span { border-color: rgb(105,4,74); }

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