Html Css Color HEX #690773 Purple

📋 copy color: '#690773'

red 105 ◦ green 7 ◦ blue 115

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

Shades of Purple #690773

Tints of Purple #690773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 46.26%
G = 3.08%
B = 50.66%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690773 (or 0x690773) is known color: Purple. HEX triplet: 69, 07 and 73. RGB value is (105,7,115). Sum of RGB (Red+Green+Blue) = 105+7+115=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #690773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690773 is #96F88C. Grayscale: #303030. Windows color (decimal): -9894029 or 7538537. OLE color: 7538537.

HSL color Cylindrical-coordinate representation of color #690773: hue angle of 294.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690773 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 7 115 -
CMYK 0.09 0.94 0 0.55
HSL 294.44º 0.89% 0.24% -
HSV(B) 294.44º 0.94% 0.45% -
XYZ 9 4.39 16.59 -
YUV 48.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 105 7 115 0.09 0.94 0 0.55 294.44 0.89 0.24
Hex 69 7 73 9 5E 0 37 126 59 18
Octal 151 7 163 11 136 0 67 446 131 30
Binary 1101001 111 1110011 1001 1011110 0 110111 100100110 1011001 11000

Color Harmonies of #690773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690773

Black with #690773

Text Example


Text Example

White with #690773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690773; }

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

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

background-color css

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

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

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

border-color css

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

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

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