Html Css Color HEX #691189 Purple

📋 copy color: '#691189'

red 105 ◦ green 17 ◦ blue 137

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

Shades of Purple #691189

Tints of Purple #691189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 40.54%
G = 6.56%
B = 52.9%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#691189 (or 0x691189) is known color: Purple. HEX triplet: 69, 11 and 89. RGB value is (105,17,137). Sum of RGB (Red+Green+Blue) = 105+17+137=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #691189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691189 is #96EE76. Grayscale: #383838. Windows color (decimal): -9891447 or 8982889. OLE color: 8982889.

HSL color Cylindrical-coordinate representation of color #691189: hue angle of 284º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691189 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 17 137 -
CMYK 0.23 0.88 0 0.46
HSL 284º 0.78% 0.3% -
HSV(B) 284º 0.88% 0.54% -
XYZ 10.54 5.21 24.12 -
YUV 56.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 105 17 137 0.23 0.88 0 0.46 284 0.78 0.3
Hex 69 11 89 17 58 0 2E 11C 4E 1E
Octal 151 21 211 27 130 0 56 434 116 36
Binary 1101001 10001 10001001 10111 1011000 0 101110 100011100 1001110 11110

Color Harmonies of #691189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691189

Black with #691189

Text Example


Text Example

White with #691189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691189; }

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

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

background-color css

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

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

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

border-color css

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

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

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