#690C41

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

Shades of Tyrian Purple #690C41

Tints of Tyrian Purple #690C41

Color information

#690C41 (or 0x690C41) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0C and 41. RGB value is (105,12,65). Sum of RGB (Red+Green+Blue) = 105+12+65=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #690C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C41 is #96F3BE. Grayscale: #2D2D2D. Windows color (decimal): -9892799 or 4263017. OLE color: 4263017.

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

Color convert

RGB1051265-
CMYK00.890.380.59
HSL325.81º79.49%22.94%-
HSV(B)325.81º88.57%41.18%-
XYZ6.913.655.34-
YUV45.85138.81170.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.69%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=57.69%
G=6.59%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105126500.890.380.59325.8179.4922.94
Hex69C41059263B1464f17
Octal151141010131467350611727
Binary11010011100100000101011001100110111011101000110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,12,65); }

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

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

 a { background-color: rgb(105,12,65); }

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

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

 span { border-color: rgb(105,12,65); }

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