#69022F

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

Shades of Tyrian Purple #69022F

Tints of Tyrian Purple #69022F

Color information

#69022F (or 0x69022F) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 2F. RGB value is (105,2,47). Sum of RGB (Red+Green+Blue) = 105+2+47=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69022F is #96FDD0. Grayscale: #252525. Windows color (decimal): -9895377 or 3080809. OLE color: 3080809.

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

Color convert

RGB105247-
CMYK00.980.550.59
HSL333.79º96.26%20.98%-
HSV(B)333.79º98.1%41.18%-
XYZ6.363.252.98-
YUV37.93133.12175.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=68.18%
G=1.30%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524700.980.550.59333.7996.2620.98
Hex6922F062373B14e6015
Octal1512570142677351614025
Binary11010011010111101100010110111111011101001110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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