Html Css Color HEX #690776 Purple

📋 copy color: '#690776'

red 105 ◦ green 7 ◦ blue 118

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

Shades of Purple #690776

Tints of Purple #690776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 45.65%
G = 3.04%
B = 51.3%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#690776 (or 0x690776) is known color: Purple. HEX triplet: 69, 07 and 76. RGB value is (105,7,118). Sum of RGB (Red+Green+Blue) = 105+7+118=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #690776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690776 is #96F889. Grayscale: #303030. Windows color (decimal): -9894026 or 7735145. OLE color: 7735145.

HSL color Cylindrical-coordinate representation of color #690776: hue angle of 292.97º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690776 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 7 118 -
CMYK 0.11 0.94 0 0.54
HSL 292.97º 0.89% 0.25% -
HSV(B) 292.97º 0.94% 0.46% -
XYZ 9.17 4.46 17.52 -
YUV 48.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 105 7 118 0.11 0.94 0 0.54 292.97 0.89 0.25
Hex 69 7 76 B 5E 0 36 125 59 19
Octal 151 7 166 13 136 0 66 445 131 31
Binary 1101001 111 1110110 1011 1011110 0 110110 100100101 1011001 11001

Color Harmonies of #690776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690776

Black with #690776

Text Example


Text Example

White with #690776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690776; }

 p { color: rgb(105,7,118); }

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

background-color css

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

 a { background-color: rgb(105,7,118); }

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

border-color css

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

 span { border-color: rgb(105,7,118); }

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