Html Css Color HEX #690561 Palatinate Purple

📋 copy color: '#690561'

red 105 ◦ green 5 ◦ blue 97

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

Shades of Palatinate Purple #690561

Tints of Palatinate Purple #690561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 50.72%
G = 2.42%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#690561 (or 0x690561) is known color: Palatinate Purple. HEX triplet: 69, 05 and 61. RGB value is (105,5,97). Sum of RGB (Red+Green+Blue) = 105+5+97=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #690561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690561 is #96FA9E. Grayscale: #2D2D2D. Windows color (decimal): -9894559 or 6358377. OLE color: 6358377.

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

Color convert

RGB 105 5 97 -
CMYK 0 0.95 0.08 0.59
HSL 304.8º 0.91% 0.22% -
HSV(B) 304.8º 0.95% 0.41% -
XYZ 8.04 3.97 11.65 -
YUV 45.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 105 5 97 0 0.95 0.08 0.59 304.8 0.91 0.22
Hex 69 5 61 0 5F 8 3B 131 5B 16
Octal 151 5 141 0 137 10 73 461 133 26
Binary 1101001 101 1100001 0 1011111 1000 111011 100110001 1011011 10110

Color Harmonies of #690561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690561

Black with #690561

Text Example


Text Example

White with #690561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690561; }

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

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

background-color css

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

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

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

border-color css

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

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

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