Html Css Color HEX #690C66 Palatinate Purple

📋 copy color: '#690C66'

red 105 ◦ green 12 ◦ blue 102

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

Shades of Palatinate Purple #690C66

Tints of Palatinate Purple #690C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.48%

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

R = 47.95%
G = 5.48%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#690C66 (or 0x690C66) is known color: Palatinate Purple. HEX triplet: 69, 0C and 66. RGB value is (105,12,102). Sum of RGB (Red+Green+Blue) = 105+12+102=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #690C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C66 is #96F399. Grayscale: #313131. Windows color (decimal): -9892762 or 6687849. OLE color: 6687849.

HSL color Cylindrical-coordinate representation of color #690C66: hue angle of 301.94º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C66 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 12 102 -
CMYK 0 0.89 0.03 0.59
HSL 301.94º 0.79% 0.23% -
HSV(B) 301.94º 0.89% 0.41% -
XYZ 8.36 4.23 12.95 -
YUV 50.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 105 12 102 0 0.89 0.03 0.59 301.94 0.79 0.23
Hex 69 C 66 0 59 3 3B 12E 4F 17
Octal 151 14 146 0 131 3 73 456 117 27
Binary 1101001 1100 1100110 0 1011001 11 111011 100101110 1001111 10111

Color Harmonies of #690C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690C66

Black with #690C66

Text Example


Text Example

White with #690C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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