Html Css Color HEX #691036 Tyrian Purple

📋 copy color: '#691036'

red 105 ◦ green 16 ◦ blue 54

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

Shades of Tyrian Purple #691036

Tints of Tyrian Purple #691036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 60%
G = 9.14%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#691036 (or 0x691036) is known color: Tyrian Purple. HEX triplet: 69, 10 and 36. RGB value is (105,16,54). Sum of RGB (Red+Green+Blue) = 105+16+54=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691036 is #96EFC9. Grayscale: #2E2E2E. Windows color (decimal): -9891786 or 3543145. OLE color: 3543145.

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

Color convert

RGB 105 16 54 -
CMYK 0 0.85 0.49 0.59
HSL 334.38º 0.74% 0.24% -
HSV(B) 334.38º 0.85% 0.41% -
XYZ 6.68 3.64 3.84 -
YUV 46.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 105 16 54 0 0.85 0.49 0.59 334.38 0.74 0.24
Hex 69 10 36 0 55 31 3B 14E 4A 18
Octal 151 20 66 0 125 61 73 516 112 30
Binary 1101001 10000 110110 0 1010101 110001 111011 101001110 1001010 11000

Color Harmonies of #691036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691036

Black with #691036

Text Example


Text Example

White with #691036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691036; }

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

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

background-color css

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

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

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

border-color css

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

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

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