Html Css Color HEX #691180 Purple

📋 copy color: '#691180'

red 105 ◦ green 17 ◦ blue 128

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

Shades of Purple #691180

Tints of Purple #691180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.2%

R = 42%
G = 6.8%
B = 51.2%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#691180 (or 0x691180) is known color: Purple. HEX triplet: 69, 11 and 80. RGB value is (105,17,128). Sum of RGB (Red+Green+Blue) = 105+17+128=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #691180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691180 is #96EE7F. Grayscale: #373737. Windows color (decimal): -9891456 or 8393065. OLE color: 8393065.

HSL color Cylindrical-coordinate representation of color #691180: hue angle of 287.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691180 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 17 128 -
CMYK 0.18 0.87 0 0.50
HSL 287.57º 0.77% 0.28% -
HSV(B) 287.57º 0.87% 0.5% -
XYZ 9.92 4.96 20.86 -
YUV 55.97 168.65 162.97 -
System Red Green Blue C M Y K H S L
Decimal 105 17 128 0.18 0.87 0 0.50 287.57 0.77 0.28
Hex 69 11 80 12 57 0 32 120 4D 1C
Octal 151 21 200 22 127 0 62 440 115 34
Binary 1101001 10001 10000000 10010 1010111 0 110010 100100000 1001101 11100

Color Harmonies of #691180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691180

Black with #691180

Text Example


Text Example

White with #691180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691180; }

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

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

background-color css

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

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

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

border-color css

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

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

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