Html Css Color HEX #680473 Purple

📋 copy color: '#680473'

red 104 ◦ green 4 ◦ blue 115

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

Shades of Purple #680473

Tints of Purple #680473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 46.64%
G = 1.79%
B = 51.57%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680473 (or 0x680473) is known color: Purple. HEX triplet: 68, 04 and 73. RGB value is (104,4,115). Sum of RGB (Red+Green+Blue) = 104+4+115=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #680473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680473 is #97FB8C. Grayscale: #2E2E2E. Windows color (decimal): -9960333 or 7537768. OLE color: 7537768.

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

Color convert

RGB 104 4 115 -
CMYK 0.10 0.97 0 0.55
HSL 294.05º 0.93% 0.23% -
HSV(B) 294.05º 0.97% 0.45% -
XYZ 8.85 4.27 16.58 -
YUV 46.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 104 4 115 0.10 0.97 0 0.55 294.05 0.93 0.23
Hex 68 4 73 A 61 0 37 126 5D 17
Octal 150 4 163 12 141 0 67 446 135 27
Binary 1101000 100 1110011 1010 1100001 0 110111 100100110 1011101 10111

Color Harmonies of #680473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680473

Black with #680473

Text Example


Text Example

White with #680473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680473; }

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

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

background-color css

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

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

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

border-color css

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

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

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