Html Css Color HEX #691170 Palatinate Purple

📋 copy color: '#691170'

red 105 ◦ green 17 ◦ blue 112

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

Shades of Palatinate Purple #691170

Tints of Palatinate Purple #691170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 44.87%
G = 7.26%
B = 47.86%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#691170 (or 0x691170) is known color: Palatinate Purple. HEX triplet: 69, 11 and 70. RGB value is (105,17,112). Sum of RGB (Red+Green+Blue) = 105+17+112=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #691170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691170 is #96EE8F. Grayscale: #353535. Windows color (decimal): -9891472 or 7344489. OLE color: 7344489.

HSL color Cylindrical-coordinate representation of color #691170: hue angle of 295.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691170 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 17 112 -
CMYK 0.06 0.85 0 0.56
HSL 295.58º 0.74% 0.25% -
HSV(B) 295.58º 0.85% 0.44% -
XYZ 8.95 4.57 15.74 -
YUV 54.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 105 17 112 0.06 0.85 0 0.56 295.58 0.74 0.25
Hex 69 11 70 6 55 0 38 128 4A 19
Octal 151 21 160 6 125 0 70 450 112 31
Binary 1101001 10001 1110000 110 1010101 0 111000 100101000 1001010 11001

Color Harmonies of #691170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691170

Black with #691170

Text Example


Text Example

White with #691170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691170; }

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

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

background-color css

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

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

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

border-color css

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

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

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