Html Css Color HEX #691159 Palatinate Purple

📋 copy color: '#691159'

red 105 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #691159

Tints of Palatinate Purple #691159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 49.76%
G = 8.06%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#691159 (or 0x691159) is known color: Palatinate Purple. HEX triplet: 69, 11 and 59. RGB value is (105,17,89). Sum of RGB (Red+Green+Blue) = 105+17+89=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691159 is #96EEA6. Grayscale: #333333. Windows color (decimal): -9891495 or 5837161. OLE color: 5837161.

HSL color Cylindrical-coordinate representation of color #691159: hue angle of 310.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691159 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 89 -
CMYK 0 0.84 0.15 0.59
HSL 310.91º 0.72% 0.24% -
HSV(B) 310.91º 0.84% 0.41% -
XYZ 7.83 4.13 9.83 -
YUV 51.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 105 17 89 0 0.84 0.15 0.59 310.91 0.72 0.24
Hex 69 11 59 0 54 F 3B 137 48 18
Octal 151 21 131 0 124 17 73 467 110 30
Binary 1101001 10001 1011001 0 1010100 1111 111011 100110111 1001000 11000

Color Harmonies of #691159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691159

Black with #691159

Text Example


Text Example

White with #691159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691159; }

 p { color: rgb(105,17,89); }

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

background-color css

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

 a { background-color: rgb(105,17,89); }

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

border-color css

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

 span { border-color: rgb(105,17,89); }

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