Html Css Color HEX #690177 Purple

📋 copy color: '#690177'

red 105 ◦ green 1 ◦ blue 119

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

Shades of Purple #690177

Tints of Purple #690177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 46.67%
G = 0.44%
B = 52.89%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#690177 (or 0x690177) is known color: Purple. HEX triplet: 69, 01 and 77. RGB value is (105,1,119). Sum of RGB (Red+Green+Blue) = 105+1+119=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #690177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690177 is #96FE88. Grayscale: #2D2D2D. Windows color (decimal): -9895561 or 7799145. OLE color: 7799145.

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

Color convert

RGB 105 1 119 -
CMYK 0.12 0.99 0 0.53
HSL 292.88º 0.98% 0.24% -
HSV(B) 292.88º 0.99% 0.47% -
XYZ 9.17 4.36 17.81 -
YUV 45.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 105 1 119 0.12 0.99 0 0.53 292.88 0.98 0.24
Hex 69 1 77 C 63 0 35 125 62 18
Octal 151 1 167 14 143 0 65 445 142 30
Binary 1101001 1 1110111 1100 1100011 0 110101 100100101 1100010 11000

Color Harmonies of #690177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690177

Black with #690177

Text Example


Text Example

White with #690177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690177; }

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

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

background-color css

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

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

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

border-color css

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

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

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