Html Css Color HEX #690559 Palatinate Purple

📋 copy color: '#690559'

red 105 ◦ green 5 ◦ blue 89

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

Shades of Palatinate Purple #690559

Tints of Palatinate Purple #690559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.51%

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

R = 52.76%
G = 2.51%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#690559 (or 0x690559) is known color: Palatinate Purple. HEX triplet: 69, 05 and 59. RGB value is (105,5,89). Sum of RGB (Red+Green+Blue) = 105+5+89=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #690559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690559 is #96FAA6. Grayscale: #2C2C2C. Windows color (decimal): -9894567 or 5834089. OLE color: 5834089.

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

Color convert

RGB 105 5 89 -
CMYK 0 0.95 0.15 0.59
HSL 309.6º 0.91% 0.22% -
HSV(B) 309.6º 0.95% 0.41% -
XYZ 7.68 3.83 9.79 -
YUV 44.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 105 5 89 0 0.95 0.15 0.59 309.6 0.91 0.22
Hex 69 5 59 0 5F F 3B 136 5B 16
Octal 151 5 131 0 137 17 73 466 133 26
Binary 1101001 101 1011001 0 1011111 1111 111011 100110110 1011011 10110

Color Harmonies of #690559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690559

Black with #690559

Text Example


Text Example

White with #690559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690559; }

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

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

background-color css

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

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

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

border-color css

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

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

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