#691038

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

Shades of Tyrian Purple #691038

Tints of Tyrian Purple #691038

Color information

#691038 (or 0x691038) is unknown color: approx Tyrian Purple. HEX triplet: 69, 10 and 38. RGB value is (105,16,56). Sum of RGB (Red+Green+Blue) = 105+16+56=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #691038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691038 is #96EFC7. Grayscale: #2F2F2F. Windows color (decimal): -9891784 or 3674217. OLE color: 3674217.

HSL color Cylindrical-coordinate representation of color #691038: hue angle of 333.03º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691038 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1051656-
CMYK00.850.470.59
HSL333.03º73.55%23.73%-
HSV(B)333.03º84.76%41.18%-
XYZ6.723.664.09-
YUV47.17132.99169.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=59.32%
G=9.04%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105165600.850.470.59333.0373.5523.73
Hex6910380552F3B14d4a18
Octal15120700125577351511230
Binary11010011000011100001010101101111111011101001101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691038; }

 p { color: rgb(105,16,56); }

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

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

 a { background-color: rgb(105,16,56); }

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

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

 span { border-color: rgb(105,16,56); }

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