Html Css Color HEX #691077 Purple

📋 copy color: '#691077'

red 105 ◦ green 16 ◦ blue 119

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

Shades of Purple #691077

Tints of Purple #691077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 43.75%
G = 6.67%
B = 49.58%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#691077 (or 0x691077) is known color: Purple. HEX triplet: 69, 10 and 77. RGB value is (105,16,119). Sum of RGB (Red+Green+Blue) = 105+16+119=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #691077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691077 is #96EF88. Grayscale: #363636. Windows color (decimal): -9891721 or 7802985. OLE color: 7802985.

HSL color Cylindrical-coordinate representation of color #691077: hue angle of 291.84º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #691077 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 16 119 -
CMYK 0.12 0.87 0 0.53
HSL 291.84º 0.76% 0.26% -
HSV(B) 291.84º 0.87% 0.47% -
XYZ 9.34 4.71 17.87 -
YUV 54.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 105 16 119 0.12 0.87 0 0.53 291.84 0.76 0.26
Hex 69 10 77 C 57 0 35 124 4C 1A
Octal 151 20 167 14 127 0 65 444 114 32
Binary 1101001 10000 1110111 1100 1010111 0 110101 100100100 1001100 11010

Color Harmonies of #691077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691077

Black with #691077

Text Example


Text Example

White with #691077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691077; }

 p { color: rgb(105,16,119); }

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

background-color css

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

 a { background-color: rgb(105,16,119); }

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

border-color css

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

 span { border-color: rgb(105,16,119); }

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