Html Css Color HEX #690959 Palatinate Purple

📋 copy color: '#690959'

red 105 ◦ green 9 ◦ blue 89

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

Shades of Palatinate Purple #690959

Tints of Palatinate Purple #690959

RGB

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

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

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

R = 51.72%
G = 4.43%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#690959 (or 0x690959) is known color: Palatinate Purple. HEX triplet: 69, 09 and 59. RGB value is (105,9,89). Sum of RGB (Red+Green+Blue) = 105+9+89=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690959 is #96F6A6. Grayscale: #2E2E2E. Windows color (decimal): -9893543 or 5835113. OLE color: 5835113.

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

Color convert

RGB 105 9 89 -
CMYK 0 0.91 0.15 0.59
HSL 310º 0.84% 0.22% -
HSV(B) 310º 0.91% 0.41% -
XYZ 7.73 3.92 9.8 -
YUV 46.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 105 9 89 0 0.91 0.15 0.59 310 0.84 0.22
Hex 69 9 59 0 5B F 3B 136 54 16
Octal 151 11 131 0 133 17 73 466 124 26
Binary 1101001 1001 1011001 0 1011011 1111 111011 100110110 1010100 10110

Color Harmonies of #690959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690959

Black with #690959

Text Example


Text Example

White with #690959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690959; }

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

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

background-color css

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

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

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

border-color css

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

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

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