Html Css Color HEX #691044 Tyrian Purple

📋 copy color: '#691044'

red 105 ◦ green 16 ◦ blue 68

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

Shades of Tyrian Purple #691044

Tints of Tyrian Purple #691044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.98%

R = 55.56%
G = 8.47%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#691044 (or 0x691044) is known color: Tyrian Purple. HEX triplet: 69, 10 and 44. RGB value is (105,16,68). Sum of RGB (Red+Green+Blue) = 105+16+68=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #691044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691044 is #96EFBB. Grayscale: #303030. Windows color (decimal): -9891772 or 4460649. OLE color: 4460649.

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

Color convert

RGB 105 16 68 -
CMYK 0 0.85 0.35 0.59
HSL 324.94º 0.74% 0.24% -
HSV(B) 324.94º 0.85% 0.41% -
XYZ 7.05 3.79 5.83 -
YUV 48.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 105 16 68 0 0.85 0.35 0.59 324.94 0.74 0.24
Hex 69 10 44 0 55 23 3B 145 4A 18
Octal 151 20 104 0 125 43 73 505 112 30
Binary 1101001 10000 1000100 0 1010101 100011 111011 101000101 1001010 11000

Color Harmonies of #691044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691044

Black with #691044

Text Example


Text Example

White with #691044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691044; }

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

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

background-color css

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

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

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

border-color css

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

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

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