Html Css Color HEX #691041 Tyrian Purple

📋 copy color: '#691041'

red 105 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #691041

Tints of Tyrian Purple #691041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 56.45%
G = 8.6%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#691041 (or 0x691041) is known color: Tyrian Purple. HEX triplet: 69, 10 and 41. RGB value is (105,16,65). Sum of RGB (Red+Green+Blue) = 105+16+65=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #691041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691041 is #96EFBE. Grayscale: #303030. Windows color (decimal): -9891775 or 4264041. OLE color: 4264041.

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

Color convert

RGB 105 16 65 -
CMYK 0 0.85 0.38 0.59
HSL 326.97º 0.74% 0.24% -
HSV(B) 326.97º 0.85% 0.41% -
XYZ 6.97 3.76 5.36 -
YUV 48.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 105 16 65 0 0.85 0.38 0.59 326.97 0.74 0.24
Hex 69 10 41 0 55 26 3B 147 4A 18
Octal 151 20 101 0 125 46 73 507 112 30
Binary 1101001 10000 1000001 0 1010101 100110 111011 101000111 1001010 11000

Color Harmonies of #691041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691041

Black with #691041

Text Example


Text Example

White with #691041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691041; }

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

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

background-color css

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

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

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

border-color css

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

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

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