Html Css Color HEX #680573 Purple

📋 copy color: '#680573'

red 104 ◦ green 5 ◦ blue 115

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

Shades of Purple #680573

Tints of Purple #680573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 46.43%
G = 2.23%
B = 51.34%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680573 (or 0x680573) is known color: Purple. HEX triplet: 68, 05 and 73. RGB value is (104,5,115). Sum of RGB (Red+Green+Blue) = 104+5+115=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #680573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680573 is #97FA8C. Grayscale: #2E2E2E. Windows color (decimal): -9960077 or 7538024. OLE color: 7538024.

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

Color convert

RGB 104 5 115 -
CMYK 0.10 0.96 0 0.55
HSL 294º 0.92% 0.24% -
HSV(B) 294º 0.96% 0.45% -
XYZ 8.86 4.29 16.58 -
YUV 47.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 104 5 115 0.10 0.96 0 0.55 294 0.92 0.24
Hex 68 5 73 A 60 0 37 126 5C 18
Octal 150 5 163 12 140 0 67 446 134 30
Binary 1101000 101 1110011 1010 1100000 0 110111 100100110 1011100 11000

Color Harmonies of #680573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680573

Black with #680573

Text Example


Text Example

White with #680573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680573; }

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

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

background-color css

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

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

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

border-color css

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

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

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