Html Css Color HEX #691261 Palatinate Purple

📋 copy color: '#691261'

red 105 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #691261

Tints of Palatinate Purple #691261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 47.73%
G = 8.18%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#691261 (or 0x691261) is known color: Palatinate Purple. HEX triplet: 69, 12 and 61. RGB value is (105,18,97). Sum of RGB (Red+Green+Blue) = 105+18+97=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #691261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691261 is #96ED9E. Grayscale: #343434. Windows color (decimal): -9891231 or 6361705. OLE color: 6361705.

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

Color convert

RGB 105 18 97 -
CMYK 0 0.83 0.08 0.59
HSL 305.52º 0.71% 0.24% -
HSV(B) 305.52º 0.83% 0.41% -
XYZ 8.2 4.3 11.71 -
YUV 53.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 105 18 97 0 0.83 0.08 0.59 305.52 0.71 0.24
Hex 69 12 61 0 53 8 3B 132 47 18
Octal 151 22 141 0 123 10 73 462 107 30
Binary 1101001 10010 1100001 0 1010011 1000 111011 100110010 1000111 11000

Color Harmonies of #691261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691261

Black with #691261

Text Example


Text Example

White with #691261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691261; }

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

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

background-color css

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

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

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

border-color css

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

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

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