#690B3D

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

Shades of Tyrian Purple #690B3D

Tints of Tyrian Purple #690B3D

Color information

#690B3D (or 0x690B3D) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0B and 3D. RGB value is (105,11,61). Sum of RGB (Red+Green+Blue) = 105+11+61=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B3D is #96F4C2. Grayscale: #2C2C2C. Windows color (decimal): -9893059 or 4000617. OLE color: 4000617.

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

Color convert

RGB1051161-
CMYK00.900.420.59
HSL328.09º81.03%22.75%-
HSV(B)328.09º89.52%41.18%-
XYZ6.793.584.75-
YUV44.81137.14170.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 11 (4.69% from 255) = 6.21%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=59.32%
G=6.21%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105116100.900.420.59328.0981.0322.75
Hex69B3D05A2A3B1485117
Octal15113750132527351012127
Binary1101001101111110101011010101010111011101001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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