#69012A

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

Shades of Tyrian Purple #69012A

Tints of Tyrian Purple #69012A

Color information

#69012A (or 0x69012A) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 2A. RGB value is (105,1,42). Sum of RGB (Red+Green+Blue) = 105+1+42=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #69012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69012A is #96FED5. Grayscale: #242424. Windows color (decimal): -9895638 or 2752873. OLE color: 2752873.

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

Color convert

RGB105142-
CMYK00.990.60.59
HSL336.35º98.11%20.78%-
HSV(B)336.35º99.05%41.18%-
XYZ6.253.192.48-
YUV36.77130.96176.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=70.95%
G=0.68%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10514200.990.60.59336.3598.1120.78
Hex6912A0633C3B1506215
Octal1511520143747352014225
Binary1101001110101001100011111100111011101010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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