Html Css Color HEX #691165 Palatinate Purple

📋 copy color: '#691165'

red 105 ◦ green 17 ◦ blue 101

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

Shades of Palatinate Purple #691165

Tints of Palatinate Purple #691165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 47.09%
G = 7.62%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#691165 (or 0x691165) is known color: Palatinate Purple. HEX triplet: 69, 11 and 65. RGB value is (105,17,101). Sum of RGB (Red+Green+Blue) = 105+17+101=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691165 is #96EE9A. Grayscale: #343434. Windows color (decimal): -9891483 or 6623593. OLE color: 6623593.

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

Color convert

RGB 105 17 101 -
CMYK 0 0.84 0.04 0.59
HSL 302.73º 0.72% 0.24% -
HSV(B) 302.73º 0.84% 0.41% -
XYZ 8.38 4.34 12.71 -
YUV 52.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 105 17 101 0 0.84 0.04 0.59 302.73 0.72 0.24
Hex 69 11 65 0 54 4 3B 12F 48 18
Octal 151 21 145 0 124 4 73 457 110 30
Binary 1101001 10001 1100101 0 1010100 100 111011 100101111 1001000 11000

Color Harmonies of #691165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691165

Black with #691165

Text Example


Text Example

White with #691165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691165; }

 p { color: rgb(105,17,101); }

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

background-color css

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

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

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

border-color css

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

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

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