Html Css Color HEX #680868 Palatinate Purple

📋 copy color: '#680868'

red 104 ◦ green 8 ◦ blue 104

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

Shades of Palatinate Purple #680868

Tints of Palatinate Purple #680868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

 BLUE value IS 104 (41.02% from 255) = 48.15%

R = 48.15%
G = 3.7%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#680868 (or 0x680868) is known color: Palatinate Purple. HEX triplet: 68, 08 and 68. RGB value is (104,8,104). Sum of RGB (Red+Green+Blue) = 104+8+104=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680868 is #97F797. Grayscale: #2F2F2F. Windows color (decimal): -9959320 or 6817896. OLE color: 6817896.

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

Color convert

RGB 104 8 104 -
CMYK 0 0.92 0 0.59
HSL 300º 0.86% 0.22% -
HSV(B) 300º 0.92% 0.41% -
XYZ 8.29 4.12 13.45 -
YUV 47.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 104 8 104 0 0.92 0 0.59 300 0.86 0.22
Hex 68 8 68 0 5C 0 3B 12C 56 16
Octal 150 10 150 0 134 0 73 454 126 26
Binary 1101000 1000 1101000 0 1011100 0 111011 100101100 1010110 10110

Color Harmonies of #680868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680868

Black with #680868

Text Example


Text Example

White with #680868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680868; }

 p { color: rgb(104,8,104); }

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

background-color css

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

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

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

border-color css

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

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

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