Html Css Color HEX #691061 Palatinate Purple

📋 copy color: '#691061'

red 105 ◦ green 16 ◦ blue 97

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

Shades of Palatinate Purple #691061

Tints of Palatinate Purple #691061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 48.17%
G = 7.34%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#691061 (or 0x691061) is known color: Palatinate Purple. HEX triplet: 69, 10 and 61. RGB value is (105,16,97). Sum of RGB (Red+Green+Blue) = 105+16+97=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #691061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691061 is #96EF9E. Grayscale: #333333. Windows color (decimal): -9891743 or 6361193. OLE color: 6361193.

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

Color convert

RGB 105 16 97 -
CMYK 0 0.85 0.08 0.59
HSL 305.39º 0.74% 0.24% -
HSV(B) 305.39º 0.85% 0.41% -
XYZ 8.17 4.24 11.7 -
YUV 51.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 105 16 97 0 0.85 0.08 0.59 305.39 0.74 0.24
Hex 69 10 61 0 55 8 3B 131 4A 18
Octal 151 20 141 0 125 10 73 461 112 30
Binary 1101001 10000 1100001 0 1010101 1000 111011 100110001 1001010 11000

Color Harmonies of #691061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691061

Black with #691061

Text Example


Text Example

White with #691061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691061; }

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

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

background-color css

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

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

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

border-color css

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

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

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