Html Css Color HEX #691769 Palatinate Purple

📋 copy color: '#691769'

red 105 ◦ green 23 ◦ blue 105

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

Shades of Palatinate Purple #691769

Tints of Palatinate Purple #691769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

 BLUE value IS 105 (41.41% from 255) = 45.06%

R = 45.06%
G = 9.87%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#691769 (or 0x691769) is known color: Palatinate Purple. HEX triplet: 69, 17 and 69. RGB value is (105,23,105). Sum of RGB (Red+Green+Blue) = 105+23+105=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #691769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691769 is #96E896. Grayscale: #383838. Windows color (decimal): -9889943 or 6887273. OLE color: 6887273.

HSL color Cylindrical-coordinate representation of color #691769: hue angle of 300º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691769 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 105 -
CMYK 0 0.78 0 0.59
HSL 300º 0.64% 0.25% -
HSV(B) 300º 0.78% 0.41% -
XYZ 8.68 4.64 13.8 -
YUV 56.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 105 23 105 0 0.78 0 0.59 300 0.64 0.25
Hex 69 17 69 0 4E 0 3B 12C 40 19
Octal 151 27 151 0 116 0 73 454 100 31
Binary 1101001 10111 1101001 0 1001110 0 111011 100101100 1000000 11001

Color Harmonies of #691769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691769

Black with #691769

Text Example


Text Example

White with #691769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691769; }

 p { color: rgb(105,23,105); }

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

background-color css

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

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

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

border-color css

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

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

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