Html Css Color HEX #680873 Purple

📋 copy color: '#680873'

red 104 ◦ green 8 ◦ blue 115

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

Shades of Purple #680873

Tints of Purple #680873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 45.81%
G = 3.52%
B = 50.66%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680873 (or 0x680873) is known color: Purple. HEX triplet: 68, 08 and 73. RGB value is (104,8,115). Sum of RGB (Red+Green+Blue) = 104+8+115=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 8 (3.52% from 255 or 3.52% 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 #680873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680873 is #97F78C. Grayscale: #303030. Windows color (decimal): -9959309 or 7538792. OLE color: 7538792.

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

Color convert

RGB 104 8 115 -
CMYK 0.10 0.93 0 0.55
HSL 293.83º 0.87% 0.24% -
HSV(B) 293.83º 0.93% 0.45% -
XYZ 8.89 4.35 16.59 -
YUV 48.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 104 8 115 0.10 0.93 0 0.55 293.83 0.87 0.24
Hex 68 8 73 A 5D 0 37 126 57 18
Octal 150 10 163 12 135 0 67 446 127 30
Binary 1101000 1000 1110011 1010 1011101 0 110111 100100110 1010111 11000

Color Harmonies of #680873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680873

Black with #680873

Text Example


Text Example

White with #680873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680873; }

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

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

background-color css

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

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

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

border-color css

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

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

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