Html Css Color HEX #681168 Palatinate Purple

📋 copy color: '#681168'

red 104 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #681168

Tints of Palatinate Purple #681168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

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

R = 46.22%
G = 7.56%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#681168 (or 0x681168) is known color: Palatinate Purple. HEX triplet: 68, 11 and 68. RGB value is (104,17,104). Sum of RGB (Red+Green+Blue) = 104+17+104=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #681168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681168 is #97EE97. Grayscale: #343434. Windows color (decimal): -9957016 or 6820200. OLE color: 6820200.

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

Color convert

RGB 104 17 104 -
CMYK 0 0.84 0 0.59
HSL 300º 0.72% 0.24% -
HSV(B) 300º 0.84% 0.41% -
XYZ 8.41 4.34 13.49 -
YUV 52.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 104 17 104 0 0.84 0 0.59 300 0.72 0.24
Hex 68 11 68 0 54 0 3B 12C 48 18
Octal 150 21 150 0 124 0 73 454 110 30
Binary 1101000 10001 1101000 0 1010100 0 111011 100101100 1001000 11000

Color Harmonies of #681168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681168

Black with #681168

Text Example


Text Example

White with #681168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681168; }

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

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

background-color css

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

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

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

border-color css

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

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

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