Html Css Color HEX #691D56 Palatinate Purple

📋 copy color: '#691D56'

red 105 ◦ green 29 ◦ blue 86

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

Shades of Palatinate Purple #691D56

Tints of Palatinate Purple #691D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.09%

R = 47.73%
G = 13.18%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#691D56 (or 0x691D56) is known color: Palatinate Purple. HEX triplet: 69, 1D and 56. RGB value is (105,29,86). Sum of RGB (Red+Green+Blue) = 105+29+86=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #691D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D56 is #96E2A9. Grayscale: #3A3A3A. Windows color (decimal): -9888426 or 5643625. OLE color: 5643625.

HSL color Cylindrical-coordinate representation of color #691D56: hue angle of 315º 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 #691D56 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 29 86 -
CMYK 0 0.72 0.18 0.59
HSL 315º 0.57% 0.26% -
HSV(B) 315º 0.72% 0.41% -
XYZ 7.94 4.55 9.26 -
YUV 58.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 105 29 86 0 0.72 0.18 0.59 315 0.57 0.26
Hex 69 1D 56 0 48 12 3B 13B 39 1A
Octal 151 35 126 0 110 22 73 473 71 32
Binary 1101001 11101 1010110 0 1001000 10010 111011 100111011 111001 11010

Color Harmonies of #691D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D56

Black with #691D56

Text Example


Text Example

White with #691D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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