Html Css Color HEX #691040 Tyrian Purple

📋 copy color: '#691040'

red 105 ◦ green 16 ◦ blue 64

#691040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #691040

Tints of Tyrian Purple #691040

RGB

 RED value IS 105 (41.41% from 255) = 56.76%

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 56.76%
G = 8.65%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#691040 (or 0x691040) is known color: Tyrian Purple. HEX triplet: 69, 10 and 40. RGB value is (105,16,64). Sum of RGB (Red+Green+Blue) = 105+16+64=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #691040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691040 is #96EFBF. Grayscale: #2F2F2F. Windows color (decimal): -9891776 or 4198505. OLE color: 4198505.

HSL color Cylindrical-coordinate representation of color #691040: hue angle of 327.64º 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 #691040 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 16 64 -
CMYK 0 0.85 0.39 0.59
HSL 327.64º 0.74% 0.24% -
HSV(B) 327.64º 0.85% 0.41% -
XYZ 6.94 3.74 5.21 -
YUV 48.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 105 16 64 0 0.85 0.39 0.59 327.64 0.74 0.24
Hex 69 10 40 0 55 27 3B 148 4A 18
Octal 151 20 100 0 125 47 73 510 112 30
Binary 1101001 10000 1000000 0 1010101 100111 111011 101001000 1001010 11000

Color Harmonies of #691040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691040

Black with #691040

Text Example


Text Example

White with #691040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691040; }

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

 H1.HeaderClassName
 {
   color: #691040;
 }
 .AnyTagClassName
 {
   color: #691040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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