Html Css Color HEX #691039 Tyrian Purple

📋 copy color: '#691039'

red 105 ◦ green 16 ◦ blue 57

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

Shades of Tyrian Purple #691039

Tints of Tyrian Purple #691039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 58.99%
G = 8.99%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#691039 (or 0x691039) is known color: Tyrian Purple. HEX triplet: 69, 10 and 39. RGB value is (105,16,57). Sum of RGB (Red+Green+Blue) = 105+16+57=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691039 is #96EFC6. Grayscale: #2F2F2F. Windows color (decimal): -9891783 or 3739753. OLE color: 3739753.

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

Color convert

RGB 105 16 57 -
CMYK 0 0.85 0.46 0.59
HSL 332.36º 0.74% 0.24% -
HSV(B) 332.36º 0.85% 0.41% -
XYZ 6.75 3.67 4.22 -
YUV 47.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 105 16 57 0 0.85 0.46 0.59 332.36 0.74 0.24
Hex 69 10 39 0 55 2E 3B 14C 4A 18
Octal 151 20 71 0 125 56 73 514 112 30
Binary 1101001 10000 111001 0 1010101 101110 111011 101001100 1001010 11000

Color Harmonies of #691039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691039

Black with #691039

Text Example


Text Example

White with #691039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691039; }

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

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

background-color css

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

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

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

border-color css

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

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

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