Html Css Color HEX #691155 Palatinate Purple

📋 copy color: '#691155'

red 105 ◦ green 17 ◦ blue 85

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

Shades of Palatinate Purple #691155

Tints of Palatinate Purple #691155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 50.72%
G = 8.21%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#691155 (or 0x691155) is known color: Palatinate Purple. HEX triplet: 69, 11 and 55. RGB value is (105,17,85). Sum of RGB (Red+Green+Blue) = 105+17+85=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #691155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691155 is #96EEAA. Grayscale: #323232. Windows color (decimal): -9891499 or 5575017. OLE color: 5575017.

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

Color convert

RGB 105 17 85 -
CMYK 0 0.84 0.19 0.59
HSL 313.64º 0.72% 0.24% -
HSV(B) 313.64º 0.84% 0.41% -
XYZ 7.67 4.06 8.97 -
YUV 51.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 105 17 85 0 0.84 0.19 0.59 313.64 0.72 0.24
Hex 69 11 55 0 54 13 3B 13A 48 18
Octal 151 21 125 0 124 23 73 472 110 30
Binary 1101001 10001 1010101 0 1010100 10011 111011 100111010 1001000 11000

Color Harmonies of #691155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691155

Black with #691155

Text Example


Text Example

White with #691155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691155; }

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

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

background-color css

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

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

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

border-color css

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

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

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