Html Css Color HEX #691060 Palatinate Purple

📋 copy color: '#691060'

red 105 ◦ green 16 ◦ blue 96

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

Shades of Palatinate Purple #691060

Tints of Palatinate Purple #691060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 48.39%
G = 7.37%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#691060 (or 0x691060) is known color: Palatinate Purple. HEX triplet: 69, 10 and 60. RGB value is (105,16,96). Sum of RGB (Red+Green+Blue) = 105+16+96=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #691060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691060 is #96EF9F. Grayscale: #333333. Windows color (decimal): -9891744 or 6295657. OLE color: 6295657.

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

Color convert

RGB 105 16 96 -
CMYK 0 0.85 0.09 0.59
HSL 306.07º 0.74% 0.24% -
HSV(B) 306.07º 0.85% 0.41% -
XYZ 8.12 4.22 11.45 -
YUV 51.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 105 16 96 0 0.85 0.09 0.59 306.07 0.74 0.24
Hex 69 10 60 0 55 9 3B 132 4A 18
Octal 151 20 140 0 125 11 73 462 112 30
Binary 1101001 10000 1100000 0 1010101 1001 111011 100110010 1001010 11000

Color Harmonies of #691060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691060

Black with #691060

Text Example


Text Example

White with #691060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691060; }

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

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

background-color css

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

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

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

border-color css

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

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

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