Html Css Color HEX #691659 Palatinate Purple

📋 copy color: '#691659'

red 105 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #691659

Tints of Palatinate Purple #691659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

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

R = 48.61%
G = 10.19%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#691659 (or 0x691659) is known color: Palatinate Purple. HEX triplet: 69, 16 and 59. RGB value is (105,22,89). Sum of RGB (Red+Green+Blue) = 105+22+89=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #691659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691659 is #96E9A6. Grayscale: #363636. Windows color (decimal): -9890215 or 5838441. OLE color: 5838441.

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

Color convert

RGB 105 22 89 -
CMYK 0 0.79 0.15 0.59
HSL 311.57º 0.65% 0.25% -
HSV(B) 311.57º 0.79% 0.41% -
XYZ 7.92 4.3 9.86 -
YUV 54.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 105 22 89 0 0.79 0.15 0.59 311.57 0.65 0.25
Hex 69 16 59 0 4F F 3B 138 41 19
Octal 151 26 131 0 117 17 73 470 101 31
Binary 1101001 10110 1011001 0 1001111 1111 111011 100111000 1000001 11001

Color Harmonies of #691659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691659

Black with #691659

Text Example


Text Example

White with #691659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691659; }

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

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

background-color css

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

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

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

border-color css

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

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

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