Html Css Color HEX #680D73 Purple

📋 copy color: '#680D73'

red 104 ◦ green 13 ◦ blue 115

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

Shades of Purple #680D73

Tints of Purple #680D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

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

R = 44.83%
G = 5.6%
B = 49.57%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680D73 (or 0x680D73) is known color: Purple. HEX triplet: 68, 0D and 73. RGB value is (104,13,115). Sum of RGB (Red+Green+Blue) = 104+13+115=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #680D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D73 is #97F28C. Grayscale: #333333. Windows color (decimal): -9958029 or 7540072. OLE color: 7540072.

HSL color Cylindrical-coordinate representation of color #680D73: hue angle of 293.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680D73 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 13 115 -
CMYK 0.10 0.89 0 0.55
HSL 293.53º 0.8% 0.25% -
HSV(B) 293.53º 0.89% 0.45% -
XYZ 8.95 4.47 16.61 -
YUV 51.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 104 13 115 0.10 0.89 0 0.55 293.53 0.8 0.25
Hex 68 D 73 A 59 0 37 126 50 19
Octal 150 15 163 12 131 0 67 446 120 31
Binary 1101000 1101 1110011 1010 1011001 0 110111 100100110 1010000 11001

Color Harmonies of #680D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D73

Black with #680D73

Text Example


Text Example

White with #680D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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