Html Css Color HEX #691066 Palatinate Purple

📋 copy color: '#691066'

red 105 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #691066

Tints of Palatinate Purple #691066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 47.09%
G = 7.17%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#691066 (or 0x691066) is known color: Palatinate Purple. HEX triplet: 69, 10 and 66. RGB value is (105,16,102). Sum of RGB (Red+Green+Blue) = 105+16+102=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691066 is #96EF99. Grayscale: #343434. Windows color (decimal): -9891738 or 6688873. OLE color: 6688873.

HSL color Cylindrical-coordinate representation of color #691066: hue angle of 302.02º 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 #691066 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 16 102 -
CMYK 0 0.85 0.03 0.59
HSL 302.02º 0.74% 0.24% -
HSV(B) 302.02º 0.85% 0.41% -
XYZ 8.41 4.33 12.96 -
YUV 52.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 105 16 102 0 0.85 0.03 0.59 302.02 0.74 0.24
Hex 69 10 66 0 55 3 3B 12E 4A 18
Octal 151 20 146 0 125 3 73 456 112 30
Binary 1101001 10000 1100110 0 1010101 11 111011 100101110 1001010 11000

Color Harmonies of #691066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691066

Black with #691066

Text Example


Text Example

White with #691066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691066; }

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

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

background-color css

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

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

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

border-color css

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

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

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