Html Css Color HEX #681760 Palatinate Purple

📋 copy color: '#681760'

red 104 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #681760

Tints of Palatinate Purple #681760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

 BLUE value IS 96 (37.89% from 255) = 43.05%

R = 46.64%
G = 10.31%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#681760 (or 0x681760) is known color: Palatinate Purple. HEX triplet: 68, 17 and 60. RGB value is (104,23,96). Sum of RGB (Red+Green+Blue) = 104+23+96=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681760 is #97E89F. Grayscale: #373737. Windows color (decimal): -9955488 or 6297448. OLE color: 6297448.

HSL color Cylindrical-coordinate representation of color #681760: hue angle of 305.93º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681760 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 96 -
CMYK 0 0.78 0.08 0.59
HSL 305.93º 0.64% 0.25% -
HSV(B) 305.93º 0.78% 0.41% -
XYZ 8.13 4.4 11.49 -
YUV 55.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 104 23 96 0 0.78 0.08 0.59 305.93 0.64 0.25
Hex 68 17 60 0 4E 8 3B 132 40 19
Octal 150 27 140 0 116 10 73 462 100 31
Binary 1101000 10111 1100000 0 1001110 1000 111011 100110010 1000000 11001

Color Harmonies of #681760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681760

Black with #681760

Text Example


Text Example

White with #681760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681760; }

 p { color: rgb(104,23,96); }

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

background-color css

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

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

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

border-color css

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

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

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