#690B33

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

Shades of Tyrian Purple #690B33

Tints of Tyrian Purple #690B33

Color information

#690B33 (or 0x690B33) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0B and 33. RGB value is (105,11,51). Sum of RGB (Red+Green+Blue) = 105+11+51=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #690B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B33 is #96F4CC. Grayscale: #2B2B2B. Windows color (decimal): -9893069 or 3345257. OLE color: 3345257.

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

Color convert

RGB1051151-
CMYK00.900.510.59
HSL334.47º81.03%22.75%-
HSV(B)334.47º89.52%41.18%-
XYZ6.543.483.46-
YUV43.67132.14171.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=62.87%
G=6.59%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105115100.900.510.59334.4781.0322.75
Hex69B3305A333B14e5117
Octal15113630132637351612127
Binary1101001101111001101011010110011111011101001110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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