Html Css Color HEX #690771 Purple

📋 copy color: '#690771'

red 105 ◦ green 7 ◦ blue 113

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

Shades of Purple #690771

Tints of Purple #690771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 46.67%
G = 3.11%
B = 50.22%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#690771 (or 0x690771) is known color: Purple. HEX triplet: 69, 07 and 71. RGB value is (105,7,113). Sum of RGB (Red+Green+Blue) = 105+7+113=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #690771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690771 is #96F88E. Grayscale: #303030. Windows color (decimal): -9894031 or 7407465. OLE color: 7407465.

HSL color Cylindrical-coordinate representation of color #690771: hue angle of 295.47º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690771 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 7 113 -
CMYK 0.07 0.94 0 0.56
HSL 295.47º 0.88% 0.24% -
HSV(B) 295.47º 0.94% 0.44% -
XYZ 8.88 4.35 15.99 -
YUV 48.39 164.47 168.38 -
System Red Green Blue C M Y K H S L
Decimal 105 7 113 0.07 0.94 0 0.56 295.47 0.88 0.24
Hex 69 7 71 7 5E 0 38 127 58 18
Octal 151 7 161 7 136 0 70 447 130 30
Binary 1101001 111 1110001 111 1011110 0 111000 100100111 1011000 11000

Color Harmonies of #690771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690771

Black with #690771

Text Example


Text Example

White with #690771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690771; }

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

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

background-color css

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

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

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

border-color css

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

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

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