Html Css Color HEX #690966 Palatinate Purple

📋 copy color: '#690966'

red 105 ◦ green 9 ◦ blue 102

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

Shades of Palatinate Purple #690966

Tints of Palatinate Purple #690966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

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

R = 48.61%
G = 4.17%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#690966 (or 0x690966) is known color: Palatinate Purple. HEX triplet: 69, 09 and 66. RGB value is (105,9,102). Sum of RGB (Red+Green+Blue) = 105+9+102=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #690966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690966 is #96F699. Grayscale: #303030. Windows color (decimal): -9893530 or 6687081. OLE color: 6687081.

HSL color Cylindrical-coordinate representation of color #690966: hue angle of 301.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #690966 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 9 102 -
CMYK 0 0.91 0.03 0.59
HSL 301.88º 0.84% 0.22% -
HSV(B) 301.88º 0.91% 0.41% -
XYZ 8.32 4.16 12.93 -
YUV 48.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 105 9 102 0 0.91 0.03 0.59 301.88 0.84 0.22
Hex 69 9 66 0 5B 3 3B 12E 54 16
Octal 151 11 146 0 133 3 73 456 124 26
Binary 1101001 1001 1100110 0 1011011 11 111011 100101110 1010100 10110

Color Harmonies of #690966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690966

Black with #690966

Text Example


Text Example

White with #690966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690966; }

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

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

background-color css

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

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

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

border-color css

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

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

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