#69093F

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

Shades of Tyrian Purple #69093F

Tints of Tyrian Purple #69093F

Color information

#69093F (or 0x69093F) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 3F. RGB value is (105,9,63). Sum of RGB (Red+Green+Blue) = 105+9+63=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #69093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69093F is #96F6C0. Grayscale: #2B2B2B. Windows color (decimal): -9893569 or 4131177. OLE color: 4131177.

HSL color Cylindrical-coordinate representation of color #69093F: hue angle of 326.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69093F is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB105963-
CMYK00.910.40.59
HSL326.25º84.21%22.35%-
HSV(B)326.25º91.43%41.18%-
XYZ6.823.565.03-
YUV43.86138.8171.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 63 (25% from 255) = 35.59%
R=59.32%
G=5.08%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10596300.910.40.59326.2584.2122.35
Hex6993F05B283B1465416
Octal15111770133507350612426
Binary1101001100111111101011011101000111011101000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,9,63); }

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

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

 a { background-color: rgb(105,9,63); }

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

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

 span { border-color: rgb(105,9,63); }

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