Html Css Color HEX #680773 Purple

📋 copy color: '#680773'

red 104 ◦ green 7 ◦ blue 115

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

Shades of Purple #680773

Tints of Purple #680773

RGB

 RED value IS 104 (41.02% from 255) = 46.02%

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

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

R = 46.02%
G = 3.1%
B = 50.88%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680773 (or 0x680773) is known color: Purple. HEX triplet: 68, 07 and 73. RGB value is (104,7,115). Sum of RGB (Red+Green+Blue) = 104+7+115=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #680773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680773 is #97F88C. Grayscale: #2F2F2F. Windows color (decimal): -9959565 or 7538536. OLE color: 7538536.

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

Color convert

RGB 104 7 115 -
CMYK 0.10 0.94 0 0.55
HSL 293.89º 0.89% 0.24% -
HSV(B) 293.89º 0.94% 0.45% -
XYZ 8.88 4.33 16.59 -
YUV 48.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 104 7 115 0.10 0.94 0 0.55 293.89 0.89 0.24
Hex 68 7 73 A 5E 0 37 126 59 18
Octal 150 7 163 12 136 0 67 446 131 30
Binary 1101000 111 1110011 1010 1011110 0 110111 100100110 1011001 11000

Color Harmonies of #680773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680773

Black with #680773

Text Example


Text Example

White with #680773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680773; }

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

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

background-color css

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

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

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

border-color css

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

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

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