Html Css Color HEX #690977 Purple

📋 copy color: '#690977'

red 105 ◦ green 9 ◦ blue 119

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

Shades of Purple #690977

Tints of Purple #690977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

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

R = 45.06%
G = 3.86%
B = 51.07%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690977 (or 0x690977) is known color: Purple. HEX triplet: 69, 09 and 77. RGB value is (105,9,119). Sum of RGB (Red+Green+Blue) = 105+9+119=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #690977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690977 is #96F688. Grayscale: #313131. Windows color (decimal): -9893513 or 7801193. OLE color: 7801193.

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

Color convert

RGB 105 9 119 -
CMYK 0.12 0.92 0 0.53
HSL 292.36º 0.86% 0.25% -
HSV(B) 292.36º 0.92% 0.47% -
XYZ 9.25 4.53 17.84 -
YUV 50.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 105 9 119 0.12 0.92 0 0.53 292.36 0.86 0.25
Hex 69 9 77 C 5C 0 35 124 56 19
Octal 151 11 167 14 134 0 65 444 126 31
Binary 1101001 1001 1110111 1100 1011100 0 110101 100100100 1010110 11001

Color Harmonies of #690977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690977

Black with #690977

Text Example


Text Example

White with #690977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690977; }

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

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

background-color css

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

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

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

border-color css

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

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

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