#690D33

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

Shades of Tyrian Purple #690D33

Tints of Tyrian Purple #690D33

Color information

#690D33 (or 0x690D33) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0D and 33. RGB value is (105,13,51). Sum of RGB (Red+Green+Blue) = 105+13+51=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D33 is #96F2CC. Grayscale: #2C2C2C. Windows color (decimal): -9892557 or 3345769. OLE color: 3345769.

HSL color Cylindrical-coordinate representation of color #690D33: hue angle of 335.22º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D33 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1051351-
CMYK00.880.510.59
HSL335.22º77.97%23.14%-
HSV(B)335.22º87.62%41.18%-
XYZ6.573.533.47-
YUV44.84131.48170.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 13 (5.47% from 255) = 7.69%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=62.13%
G=7.69%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105135100.880.510.59335.2277.9723.14
Hex69D33058333B14f4e17
Octal15115630130637351711627
Binary1101001110111001101011000110011111011101001111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690D33; }

 p { color: rgb(105,13,51); }

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

<style>
 a { background-color: #690D33; }

 a { background-color: rgb(105,13,51); }

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

<style>
 span { border-color: #690D33; }

 span { border-color: rgb(105,13,51); }

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