Html Css Color HEX #691760 Palatinate Purple

📋 copy color: '#691760'

red 105 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #691760

Tints of Palatinate Purple #691760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 46.88%
G = 10.27%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#691760 (or 0x691760) is known color: Palatinate Purple. HEX triplet: 69, 17 and 60. RGB value is (105,23,96). Sum of RGB (Red+Green+Blue) = 105+23+96=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #691760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691760 is #96E89F. Grayscale: #373737. Windows color (decimal): -9889952 or 6297449. OLE color: 6297449.

HSL color Cylindrical-coordinate representation of color #691760: hue angle of 306.59º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691760 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 96 -
CMYK 0 0.78 0.09 0.59
HSL 306.59º 0.64% 0.25% -
HSV(B) 306.59º 0.78% 0.41% -
XYZ 8.24 4.46 11.49 -
YUV 55.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 105 23 96 0 0.78 0.09 0.59 306.59 0.64 0.25
Hex 69 17 60 0 4E 9 3B 133 40 19
Octal 151 27 140 0 116 11 73 463 100 31
Binary 1101001 10111 1100000 0 1001110 1001 111011 100110011 1000000 11001

Color Harmonies of #691760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691760

Black with #691760

Text Example


Text Example

White with #691760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691760; }

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

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

background-color css

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

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

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

border-color css

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

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

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