Html Css Color HEX #690659 Palatinate Purple

📋 copy color: '#690659'

red 105 ◦ green 6 ◦ blue 89

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

Shades of Palatinate Purple #690659

Tints of Palatinate Purple #690659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 52.5%
G = 3%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#690659 (or 0x690659) is known color: Palatinate Purple. HEX triplet: 69, 06 and 59. RGB value is (105,6,89). Sum of RGB (Red+Green+Blue) = 105+6+89=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #690659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690659 is #96F9A6. Grayscale: #2C2C2C. Windows color (decimal): -9894311 or 5834345. OLE color: 5834345.

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

Color convert

RGB 105 6 89 -
CMYK 0 0.94 0.15 0.59
HSL 309.7º 0.89% 0.22% -
HSV(B) 309.7º 0.94% 0.41% -
XYZ 7.69 3.85 9.79 -
YUV 45.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 105 6 89 0 0.94 0.15 0.59 309.7 0.89 0.22
Hex 69 6 59 0 5E F 3B 136 59 16
Octal 151 6 131 0 136 17 73 466 131 26
Binary 1101001 110 1011001 0 1011110 1111 111011 100110110 1011001 10110

Color Harmonies of #690659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690659

Black with #690659

Text Example


Text Example

White with #690659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690659; }

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

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

background-color css

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

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

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

border-color css

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

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

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