Html Css Color HEX #691D55 Palatinate Purple

📋 copy color: '#691D55'

red 105 ◦ green 29 ◦ blue 85

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

Shades of Palatinate Purple #691D55

Tints of Palatinate Purple #691D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 47.95%
G = 13.24%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#691D55 (or 0x691D55) is known color: Palatinate Purple. HEX triplet: 69, 1D and 55. RGB value is (105,29,85). Sum of RGB (Red+Green+Blue) = 105+29+85=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #691D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D55 is #96E2AA. Grayscale: #393939. Windows color (decimal): -9888427 or 5578089. OLE color: 5578089.

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

Color convert

RGB 105 29 85 -
CMYK 0 0.72 0.19 0.59
HSL 315.79º 0.57% 0.26% -
HSV(B) 315.79º 0.72% 0.41% -
XYZ 7.9 4.54 9.05 -
YUV 58.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 105 29 85 0 0.72 0.19 0.59 315.79 0.57 0.26
Hex 69 1D 55 0 48 13 3B 13C 39 1A
Octal 151 35 125 0 110 23 73 474 71 32
Binary 1101001 11101 1010101 0 1001000 10011 111011 100111100 111001 11010

Color Harmonies of #691D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D55

Black with #691D55

Text Example


Text Example

White with #691D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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