Html Css Color HEX #691361 Palatinate Purple

📋 copy color: '#691361'

red 105 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #691361

Tints of Palatinate Purple #691361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 47.51%
G = 8.6%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#691361 (or 0x691361) is known color: Palatinate Purple. HEX triplet: 69, 13 and 61. RGB value is (105,19,97). Sum of RGB (Red+Green+Blue) = 105+19+97=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #691361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691361 is #96EC9E. Grayscale: #353535. Windows color (decimal): -9890975 or 6361961. OLE color: 6361961.

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

Color convert

RGB 105 19 97 -
CMYK 0 0.82 0.08 0.59
HSL 305.58º 0.69% 0.24% -
HSV(B) 305.58º 0.82% 0.41% -
XYZ 8.22 4.33 11.71 -
YUV 53.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 105 19 97 0 0.82 0.08 0.59 305.58 0.69 0.24
Hex 69 13 61 0 52 8 3B 132 45 18
Octal 151 23 141 0 122 10 73 462 105 30
Binary 1101001 10011 1100001 0 1010010 1000 111011 100110010 1000101 11000

Color Harmonies of #691361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691361

Black with #691361

Text Example


Text Example

White with #691361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691361; }

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

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

background-color css

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

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

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

border-color css

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

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

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