#69024A

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

Shades of Tyrian Purple #69024A

Tints of Tyrian Purple #69024A

Color information

#69024A (or 0x69024A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 4A. RGB value is (105,2,74). Sum of RGB (Red+Green+Blue) = 105+2+74=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69024A is #96FDB5. Grayscale: #282828. Windows color (decimal): -9895350 or 4850281. OLE color: 4850281.

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

Color convert

RGB105274-
CMYK00.980.300.59
HSL318.06º96.26%20.98%-
HSV(B)318.06º98.1%41.18%-
XYZ7.083.546.79-
YUV41146.62173.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=58.01%
G=1.10%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10527400.980.300.59318.0696.2620.98
Hex6924A0621E3B13e6015
Octal15121120142367347614025
Binary11010011010010100110001011110111011100111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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