Html Css Color HEX #690663 Palatinate Purple

📋 copy color: '#690663'

red 105 ◦ green 6 ◦ blue 99

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

Shades of Palatinate Purple #690663

Tints of Palatinate Purple #690663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 50%
G = 2.86%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690663 (or 0x690663) is known color: Palatinate Purple. HEX triplet: 69, 06 and 63. RGB value is (105,6,99). Sum of RGB (Red+Green+Blue) = 105+6+99=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690663 is #96F99C. Grayscale: #2D2D2D. Windows color (decimal): -9894301 or 6489705. OLE color: 6489705.

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

Color convert

RGB 105 6 99 -
CMYK 0 0.94 0.06 0.59
HSL 303.64º 0.89% 0.22% -
HSV(B) 303.64º 0.94% 0.41% -
XYZ 8.14 4.03 12.15 -
YUV 46.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 105 6 99 0 0.94 0.06 0.59 303.64 0.89 0.22
Hex 69 6 63 0 5E 6 3B 130 59 16
Octal 151 6 143 0 136 6 73 460 131 26
Binary 1101001 110 1100011 0 1011110 110 111011 100110000 1011001 10110

Color Harmonies of #690663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690663

Black with #690663

Text Example


Text Example

White with #690663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690663; }

 p { color: rgb(105,6,99); }

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

background-color css

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

 a { background-color: rgb(105,6,99); }

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

border-color css

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

 span { border-color: rgb(105,6,99); }

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