Html Css Color HEX #691059 Palatinate Purple

📋 copy color: '#691059'

red 105 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #691059

Tints of Palatinate Purple #691059

RGB

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

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

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

R = 50%
G = 7.62%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#691059 (or 0x691059) is known color: Palatinate Purple. HEX triplet: 69, 10 and 59. RGB value is (105,16,89). Sum of RGB (Red+Green+Blue) = 105+16+89=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #691059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691059 is #96EFA6. Grayscale: #323232. Windows color (decimal): -9891751 or 5836905. OLE color: 5836905.

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

Color convert

RGB 105 16 89 -
CMYK 0 0.85 0.15 0.59
HSL 310.79º 0.74% 0.24% -
HSV(B) 310.79º 0.85% 0.41% -
XYZ 7.81 4.1 9.83 -
YUV 50.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 105 16 89 0 0.85 0.15 0.59 310.79 0.74 0.24
Hex 69 10 59 0 55 F 3B 137 4A 18
Octal 151 20 131 0 125 17 73 467 112 30
Binary 1101001 10000 1011001 0 1010101 1111 111011 100110111 1001010 11000

Color Harmonies of #691059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691059

Black with #691059

Text Example


Text Example

White with #691059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691059; }

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

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

background-color css

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

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

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

border-color css

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

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

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