Html Css Color HEX #680863 Palatinate Purple

📋 copy color: '#680863'

red 104 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #680863

Tints of Palatinate Purple #680863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 49.29%
G = 3.79%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680863 (or 0x680863) is known color: Palatinate Purple. HEX triplet: 68, 08 and 63. RGB value is (104,8,99). Sum of RGB (Red+Green+Blue) = 104+8+99=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680863 is #97F79C. Grayscale: #2E2E2E. Windows color (decimal): -9959325 or 6490216. OLE color: 6490216.

HSL color Cylindrical-coordinate representation of color #680863: hue angle of 303.12º 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 #680863 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 99 -
CMYK 0 0.92 0.05 0.59
HSL 303.13º 0.86% 0.22% -
HSV(B) 303.13º 0.92% 0.41% -
XYZ 8.05 4.02 12.16 -
YUV 47.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 104 8 99 0 0.92 0.05 0.59 303.13 0.86 0.22
Hex 68 8 63 0 5C 5 3B 12F 56 16
Octal 150 10 143 0 134 5 73 457 126 26
Binary 1101000 1000 1100011 0 1011100 101 111011 100101111 1010110 10110

Color Harmonies of #680863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680863

Black with #680863

Text Example


Text Example

White with #680863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680863; }

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

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

background-color css

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

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

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

border-color css

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

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

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