Html Css Color HEX #681068 Palatinate Purple

📋 copy color: '#681068'

red 104 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #681068

Tints of Palatinate Purple #681068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 46.43%
G = 7.14%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681068 (or 0x681068) is known color: Palatinate Purple. HEX triplet: 68, 10 and 68. RGB value is (104,16,104). Sum of RGB (Red+Green+Blue) = 104+16+104=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681068 is #97EF97. Grayscale: #343434. Windows color (decimal): -9957272 or 6819944. OLE color: 6819944.

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

Color convert

RGB 104 16 104 -
CMYK 0 0.85 0 0.59
HSL 300º 0.73% 0.24% -
HSV(B) 300º 0.85% 0.41% -
XYZ 8.39 4.31 13.49 -
YUV 52.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 104 16 104 0 0.85 0 0.59 300 0.73 0.24
Hex 68 10 68 0 55 0 3B 12C 49 18
Octal 150 20 150 0 125 0 73 454 111 30
Binary 1101000 10000 1101000 0 1010101 0 111011 100101100 1001001 11000

Color Harmonies of #681068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681068

Black with #681068

Text Example


Text Example

White with #681068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681068; }

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

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

background-color css

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

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

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

border-color css

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

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

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