Html Css Color HEX #680974 Purple

📋 copy color: '#680974'

red 104 ◦ green 9 ◦ blue 116

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

Shades of Purple #680974

Tints of Purple #680974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 116 (45.7% from 255) = 50.66%

R = 45.41%
G = 3.93%
B = 50.66%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680974 (or 0x680974) is known color: Purple. HEX triplet: 68, 09 and 74. RGB value is (104,9,116). Sum of RGB (Red+Green+Blue) = 104+9+116=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #680974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680974 is #97F68B. Grayscale: #313131. Windows color (decimal): -9959052 or 7604584. OLE color: 7604584.

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

Color convert

RGB 104 9 116 -
CMYK 0.10 0.92 0 0.55
HSL 293.27º 0.86% 0.25% -
HSV(B) 293.27º 0.92% 0.45% -
XYZ 8.96 4.4 16.9 -
YUV 49.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 104 9 116 0.10 0.92 0 0.55 293.27 0.86 0.25
Hex 68 9 74 A 5C 0 37 125 56 19
Octal 150 11 164 12 134 0 67 445 126 31
Binary 1101000 1001 1110100 1010 1011100 0 110111 100100101 1010110 11001

Color Harmonies of #680974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680974

Black with #680974

Text Example


Text Example

White with #680974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680974; }

 p { color: rgb(104,9,116); }

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

background-color css

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

 a { background-color: rgb(104,9,116); }

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

border-color css

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

 span { border-color: rgb(104,9,116); }

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