Html Css Color HEX #691171 Purple

📋 copy color: '#691171'

red 105 ◦ green 17 ◦ blue 113

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

Shades of Purple #691171

Tints of Purple #691171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 44.68%
G = 7.23%
B = 48.09%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#691171 (or 0x691171) is known color: Purple. HEX triplet: 69, 11 and 71. RGB value is (105,17,113). Sum of RGB (Red+Green+Blue) = 105+17+113=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #691171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691171 is #96EE8E. Grayscale: #353535. Windows color (decimal): -9891471 or 7410025. OLE color: 7410025.

HSL color Cylindrical-coordinate representation of color #691171: hue angle of 295º 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 #691171 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 17 113 -
CMYK 0.07 0.85 0 0.56
HSL 295º 0.74% 0.25% -
HSV(B) 295º 0.85% 0.44% -
XYZ 9.01 4.6 16.04 -
YUV 54.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 105 17 113 0.07 0.85 0 0.56 295 0.74 0.25
Hex 69 11 71 7 55 0 38 127 4A 19
Octal 151 21 161 7 125 0 70 447 112 31
Binary 1101001 10001 1110001 111 1010101 0 111000 100100111 1001010 11001

Color Harmonies of #691171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691171

Black with #691171

Text Example


Text Example

White with #691171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691171; }

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

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

background-color css

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

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

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

border-color css

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

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

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