Html Css Color HEX #691035 Tyrian Purple

📋 copy color: '#691035'

red 105 ◦ green 16 ◦ blue 53

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

Shades of Tyrian Purple #691035

Tints of Tyrian Purple #691035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 60.34%
G = 9.2%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691035 (or 0x691035) is known color: Tyrian Purple. HEX triplet: 69, 10 and 35. RGB value is (105,16,53). Sum of RGB (Red+Green+Blue) = 105+16+53=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #691035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691035 is #96EFCA. Grayscale: #2E2E2E. Windows color (decimal): -9891787 or 3477609. OLE color: 3477609.

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

Color convert

RGB 105 16 53 -
CMYK 0 0.85 0.50 0.59
HSL 335.06º 0.74% 0.24% -
HSV(B) 335.06º 0.85% 0.41% -
XYZ 6.65 3.63 3.72 -
YUV 46.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 105 16 53 0 0.85 0.50 0.59 335.06 0.74 0.24
Hex 69 10 35 0 55 32 3B 14F 4A 18
Octal 151 20 65 0 125 62 73 517 112 30
Binary 1101001 10000 110101 0 1010101 110010 111011 101001111 1001010 11000

Color Harmonies of #691035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691035

Black with #691035

Text Example


Text Example

White with #691035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691035; }

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

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

background-color css

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

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

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

border-color css

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

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

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