Html Css Color HEX #690772 Purple

📋 copy color: '#690772'

red 105 ◦ green 7 ◦ blue 114

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

Shades of Purple #690772

Tints of Purple #690772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 46.46%
G = 3.1%
B = 50.44%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690772 (or 0x690772) is known color: Purple. HEX triplet: 69, 07 and 72. RGB value is (105,7,114). Sum of RGB (Red+Green+Blue) = 105+7+114=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #690772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690772 is #96F88D. Grayscale: #303030. Windows color (decimal): -9894030 or 7473001. OLE color: 7473001.

HSL color Cylindrical-coordinate representation of color #690772: hue angle of 294.95º degrees, saturation: 0.88, 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 #690772 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 7 114 -
CMYK 0.08 0.94 0 0.55
HSL 294.95º 0.88% 0.24% -
HSV(B) 294.95º 0.94% 0.45% -
XYZ 8.94 4.37 16.29 -
YUV 48.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 105 7 114 0.08 0.94 0 0.55 294.95 0.88 0.24
Hex 69 7 72 8 5E 0 37 127 58 18
Octal 151 7 162 10 136 0 67 447 130 30
Binary 1101001 111 1110010 1000 1011110 0 110111 100100111 1011000 11000

Color Harmonies of #690772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690772

Black with #690772

Text Example


Text Example

White with #690772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690772; }

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

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

background-color css

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

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

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

border-color css

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

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

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