Html Css Color HEX #691959 Palatinate Purple

📋 copy color: '#691959'

red 105 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #691959

Tints of Palatinate Purple #691959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 47.95%
G = 11.42%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#691959 (or 0x691959) is known color: Palatinate Purple. HEX triplet: 69, 19 and 59. RGB value is (105,25,89). Sum of RGB (Red+Green+Blue) = 105+25+89=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #691959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691959 is #96E6A6. Grayscale: #383838. Windows color (decimal): -9889447 or 5839209. OLE color: 5839209.

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

Color convert

RGB 105 25 89 -
CMYK 0 0.76 0.15 0.59
HSL 312º 0.62% 0.25% -
HSV(B) 312º 0.76% 0.41% -
XYZ 7.98 4.42 9.88 -
YUV 56.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 105 25 89 0 0.76 0.15 0.59 312 0.62 0.25
Hex 69 19 59 0 4C F 3B 138 3E 19
Octal 151 31 131 0 114 17 73 470 76 31
Binary 1101001 11001 1011001 0 1001100 1111 111011 100111000 111110 11001

Color Harmonies of #691959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691959

Black with #691959

Text Example


Text Example

White with #691959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691959; }

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

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

background-color css

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

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

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

border-color css

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

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

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