Html Css Color HEX #691F60 Palatinate Purple

📋 copy color: '#691F60'

red 105 ◦ green 31 ◦ blue 96

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

Shades of Palatinate Purple #691F60

Tints of Palatinate Purple #691F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 45.26%
G = 13.36%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#691F60 (or 0x691F60) is known color: Palatinate Purple. HEX triplet: 69, 1F and 60. RGB value is (105,31,96). Sum of RGB (Red+Green+Blue) = 105+31+96=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #691F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691F60 is #96E09F. Grayscale: #3C3C3C. Windows color (decimal): -9887904 or 6299497. OLE color: 6299497.

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

Color convert

RGB 105 31 96 -
CMYK 0 0.70 0.09 0.59
HSL 307.3º 0.54% 0.27% -
HSV(B) 307.3º 0.7% 0.41% -
XYZ 8.43 4.83 11.55 -
YUV 60.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 105 31 96 0 0.70 0.09 0.59 307.3 0.54 0.27
Hex 69 1F 60 0 46 9 3B 133 36 1B
Octal 151 37 140 0 106 11 73 463 66 33
Binary 1101001 11111 1100000 0 1000110 1001 111011 100110011 110110 11011

Color Harmonies of #691F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F60

Black with #691F60

Text Example


Text Example

White with #691F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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