#690B45

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

Shades of Tyrian Purple #690B45

Tints of Tyrian Purple #690B45

Color information

#690B45 (or 0x690B45) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0B and 45. RGB value is (105,11,69). Sum of RGB (Red+Green+Blue) = 105+11+69=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #690B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B45 is #96F4BA. Grayscale: #2D2D2D. Windows color (decimal): -9893051 or 4524905. OLE color: 4524905.

HSL color Cylindrical-coordinate representation of color #690B45: hue angle of 322.98º 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 #690B45 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1051169-
CMYK00.900.340.59
HSL322.98º81.03%22.75%-
HSV(B)322.98º89.52%41.18%-
XYZ7.023.675.97-
YUV45.72141.14170.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=56.76%
G=5.95%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105116900.900.340.59322.9881.0322.75
Hex69B4505A223B1435117
Octal151131050132427350312127
Binary11010011011100010101011010100010111011101000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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