Html Css Color HEX #691042 Tyrian Purple

📋 copy color: '#691042'

red 105 ◦ green 16 ◦ blue 66

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

Shades of Tyrian Purple #691042

Tints of Tyrian Purple #691042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 56.15%
G = 8.56%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#691042 (or 0x691042) is known color: Tyrian Purple. HEX triplet: 69, 10 and 42. RGB value is (105,16,66). Sum of RGB (Red+Green+Blue) = 105+16+66=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691042 is #96EFBD. Grayscale: #303030. Windows color (decimal): -9891774 or 4329577. OLE color: 4329577.

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

Color convert

RGB 105 16 66 -
CMYK 0 0.85 0.37 0.59
HSL 326.29º 0.74% 0.24% -
HSV(B) 326.29º 0.85% 0.41% -
XYZ 6.99 3.77 5.51 -
YUV 48.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 105 16 66 0 0.85 0.37 0.59 326.29 0.74 0.24
Hex 69 10 42 0 55 25 3B 146 4A 18
Octal 151 20 102 0 125 45 73 506 112 30
Binary 1101001 10000 1000010 0 1010101 100101 111011 101000110 1001010 11000

Color Harmonies of #691042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691042

Black with #691042

Text Example


Text Example

White with #691042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691042; }

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

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

background-color css

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

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

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

border-color css

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

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

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