#69022A

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

Shades of Tyrian Purple #69022A

Tints of Tyrian Purple #69022A

Color information

#69022A (or 0x69022A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 2A. RGB value is (105,2,42). Sum of RGB (Red+Green+Blue) = 105+2+42=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #69022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69022A is #96FDD5. Grayscale: #252525. Windows color (decimal): -9895382 or 2753129. OLE color: 2753129.

HSL color Cylindrical-coordinate representation of color #69022A: hue angle of 336.7º 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 #69022A is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB105242-
CMYK00.980.60.59
HSL336.7º96.26%20.98%-
HSV(B)336.7º98.1%41.18%-
XYZ6.273.212.48-
YUV37.36130.62176.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.47%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=70.47%
G=1.34%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524200.980.60.59336.796.2620.98
Hex6922A0623C3B1516015
Octal1512520142747352114025
Binary11010011010101001100010111100111011101010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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