Html Css Color HEX #694161 Palatinate Purple

📋 copy color: '#694161'

red 105 ◦ green 65 ◦ blue 97

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

Shades of Palatinate Purple #694161

Tints of Palatinate Purple #694161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 39.33%
G = 24.34%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#694161 (or 0x694161) is known color: Palatinate Purple. HEX triplet: 69, 41 and 61. RGB value is (105,65,97). Sum of RGB (Red+Green+Blue) = 105+65+97=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #694161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694161 is #96BE9E. Grayscale: #505050. Windows color (decimal): -9879199 or 6373737. OLE color: 6373737.

HSL color Cylindrical-coordinate representation of color #694161: hue angle of 312º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694161 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 97 -
CMYK 0 0.38 0.08 0.59
HSL 312º 0.24% 0.33% -
HSV(B) 312º 0.38% 0.41% -
XYZ 9.87 7.65 12.26 -
YUV 80.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 105 65 97 0 0.38 0.08 0.59 312 0.24 0.33
Hex 69 41 61 0 26 8 3B 138 18 21
Octal 151 101 141 0 46 10 73 470 30 41
Binary 1101001 1000001 1100001 0 100110 1000 111011 100111000 11000 100001

Color Harmonies of #694161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694161

Black with #694161

Text Example


Text Example

White with #694161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694161; }

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

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

background-color css

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

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

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

border-color css

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

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

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