Html Css Color HEX #691D59 Palatinate Purple

📋 copy color: '#691D59'

red 105 ◦ green 29 ◦ blue 89

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

Shades of Palatinate Purple #691D59

Tints of Palatinate Purple #691D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

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

R = 47.09%
G = 13%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#691D59 (or 0x691D59) is known color: Palatinate Purple. HEX triplet: 69, 1D and 59. RGB value is (105,29,89). Sum of RGB (Red+Green+Blue) = 105+29+89=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D59 is #96E2A6. Grayscale: #3A3A3A. Windows color (decimal): -9888423 or 5840233. OLE color: 5840233.

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

Color convert

RGB 105 29 89 -
CMYK 0 0.72 0.15 0.59
HSL 312.63º 0.57% 0.26% -
HSV(B) 312.63º 0.72% 0.41% -
XYZ 8.07 4.6 9.91 -
YUV 58.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 105 29 89 0 0.72 0.15 0.59 312.63 0.57 0.26
Hex 69 1D 59 0 48 F 3B 139 39 1A
Octal 151 35 131 0 110 17 73 471 71 32
Binary 1101001 11101 1011001 0 1001000 1111 111011 100111001 111001 11010

Color Harmonies of #691D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D59

Black with #691D59

Text Example


Text Example

White with #691D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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