Html Css Color HEX #691046 Tyrian Purple

📋 copy color: '#691046'

red 105 ◦ green 16 ◦ blue 70

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

Shades of Tyrian Purple #691046

Tints of Tyrian Purple #691046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 54.97%
G = 8.38%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#691046 (or 0x691046) is known color: Tyrian Purple. HEX triplet: 69, 10 and 46. RGB value is (105,16,70). Sum of RGB (Red+Green+Blue) = 105+16+70=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #691046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691046 is #96EFB9. Grayscale: #303030. Windows color (decimal): -9891770 or 4591721. OLE color: 4591721.

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

Color convert

RGB 105 16 70 -
CMYK 0 0.85 0.33 0.59
HSL 323.6º 0.74% 0.24% -
HSV(B) 323.6º 0.85% 0.41% -
XYZ 7.12 3.82 6.16 -
YUV 48.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 105 16 70 0 0.85 0.33 0.59 323.6 0.74 0.24
Hex 69 10 46 0 55 21 3B 144 4A 18
Octal 151 20 106 0 125 41 73 504 112 30
Binary 1101001 10000 1000110 0 1010101 100001 111011 101000100 1001010 11000

Color Harmonies of #691046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691046

Black with #691046

Text Example


Text Example

White with #691046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691046; }

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

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

background-color css

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

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

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

border-color css

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

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

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