#69032B

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

Shades of Tyrian Purple #69032B

Tints of Tyrian Purple #69032B

Color information

#69032B (or 0x69032B) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 2B. RGB value is (105,3,43). Sum of RGB (Red+Green+Blue) = 105+3+43=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #69032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69032B is #96FCD4. Grayscale: #262626. Windows color (decimal): -9895125 or 2818921. OLE color: 2818921.

HSL color Cylindrical-coordinate representation of color #69032B: hue angle of 336.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69032B is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB105343-
CMYK00.970.590.59
HSL336.47º94.44%21.18%-
HSV(B)336.47º97.14%41.18%-
XYZ6.293.242.58-
YUV38.06130.79175.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=69.54%
G=1.99%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10534300.970.590.59336.4794.4421.18
Hex6932B0613B3B1505e15
Octal1513530141737352013625
Binary11010011110101101100001111011111011101010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69032B; }

 p { color: rgb(105,3,43); }

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

<style>
 a { background-color: #69032B; }

 a { background-color: rgb(105,3,43); }

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

<style>
 span { border-color: #69032B; }

 span { border-color: rgb(105,3,43); }

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