Html Css Color HEX #681256 Palatinate Purple

📋 copy color: '#681256'

red 104 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #681256

Tints of Palatinate Purple #681256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 50%
G = 8.65%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#681256 (or 0x681256) is known color: Palatinate Purple. HEX triplet: 68, 12 and 56. RGB value is (104,18,86). Sum of RGB (Red+Green+Blue) = 104+18+86=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #681256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681256 is #97EDA9. Grayscale: #333333. Windows color (decimal): -9956778 or 5640808. OLE color: 5640808.

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

Color convert

RGB 104 18 86 -
CMYK 0 0.83 0.17 0.59
HSL 312.56º 0.7% 0.24% -
HSV(B) 312.56º 0.83% 0.41% -
XYZ 7.6 4.05 9.18 -
YUV 51.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 104 18 86 0 0.83 0.17 0.59 312.56 0.7 0.24
Hex 68 12 56 0 53 11 3B 139 46 18
Octal 150 22 126 0 123 21 73 471 106 30
Binary 1101000 10010 1010110 0 1010011 10001 111011 100111001 1000110 11000

Color Harmonies of #681256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681256

Black with #681256

Text Example


Text Example

White with #681256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681256; }

 p { color: rgb(104,18,86); }

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

background-color css

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

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

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

border-color css

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

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

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