Html Css Color HEX #680667 Purple

📋 copy color: '#680667'

red 104 ◦ green 6 ◦ blue 103

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

Shades of Purple #680667

Tints of Purple #680667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 103 (40.63% from 255) = 48.36%

R = 48.83%
G = 2.82%
B = 48.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#680667 (or 0x680667) is known color: Purple. HEX triplet: 68, 06 and 67. RGB value is (104,6,103). Sum of RGB (Red+Green+Blue) = 104+6+103=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #680667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680667 is #97F998. Grayscale: #2E2E2E. Windows color (decimal): -9959833 or 6751848. OLE color: 6751848.

HSL color Cylindrical-coordinate representation of color #680667: hue angle of 300.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680667 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 6 103 -
CMYK 0 0.94 0.01 0.59
HSL 300.61º 0.89% 0.22% -
HSV(B) 300.61º 0.94% 0.41% -
XYZ 8.22 4.05 13.18 -
YUV 46.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 104 6 103 0 0.94 0.01 0.59 300.61 0.89 0.22
Hex 68 6 67 0 5E 1 3B 12D 59 16
Octal 150 6 147 0 136 1 73 455 131 26
Binary 1101000 110 1100111 0 1011110 1 111011 100101101 1011001 10110

Color Harmonies of #680667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680667

Black with #680667

Text Example


Text Example

White with #680667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680667; }

 p { color: rgb(104,6,103); }

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

background-color css

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

 a { background-color: rgb(104,6,103); }

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

border-color css

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

 span { border-color: rgb(104,6,103); }

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