Html Css Color HEX #691F61 Palatinate Purple

📋 copy color: '#691F61'

red 105 ◦ green 31 ◦ blue 97

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

Shades of Palatinate Purple #691F61

Tints of Palatinate Purple #691F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.3%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 45.06%
G = 13.3%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#691F61 (or 0x691F61) is known color: Palatinate Purple. HEX triplet: 69, 1F and 61. RGB value is (105,31,97). Sum of RGB (Red+Green+Blue) = 105+31+97=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #691F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691F61 is #96E09E. Grayscale: #3C3C3C. Windows color (decimal): -9887903 or 6365033. OLE color: 6365033.

HSL color Cylindrical-coordinate representation of color #691F61: hue angle of 306.49º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F61 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 97 -
CMYK 0 0.70 0.08 0.59
HSL 306.49º 0.54% 0.27% -
HSV(B) 306.49º 0.7% 0.41% -
XYZ 8.47 4.85 11.8 -
YUV 60.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 105 31 97 0 0.70 0.08 0.59 306.49 0.54 0.27
Hex 69 1F 61 0 46 8 3B 132 36 1B
Octal 151 37 141 0 106 10 73 462 66 33
Binary 1101001 11111 1100001 0 1000110 1000 111011 100110010 110110 11011

Color Harmonies of #691F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F61

Black with #691F61

Text Example


Text Example

White with #691F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,31,97); }

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

background-color css

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

 a { background-color: rgb(105,31,97); }

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

border-color css

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

 span { border-color: rgb(105,31,97); }

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