Html Css Color HEX #681F60 Palatinate Purple

📋 copy color: '#681F60'

red 104 ◦ green 31 ◦ blue 96

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

Shades of Palatinate Purple #681F60

Tints of Palatinate Purple #681F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.42%

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

R = 45.02%
G = 13.42%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#681F60 (or 0x681F60) is known color: Palatinate Purple. HEX triplet: 68, 1F and 60. RGB value is (104,31,96). Sum of RGB (Red+Green+Blue) = 104+31+96=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #681F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F60 is #97E09F. Grayscale: #3C3C3C. Windows color (decimal): -9953440 or 6299496. OLE color: 6299496.

HSL color Cylindrical-coordinate representation of color #681F60: hue angle of 306.58º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F60 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 96 -
CMYK 0 0.70 0.08 0.59
HSL 306.58º 0.54% 0.26% -
HSV(B) 306.58º 0.7% 0.41% -
XYZ 8.31 4.77 11.55 -
YUV 60.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 104 31 96 0 0.70 0.08 0.59 306.58 0.54 0.26
Hex 68 1F 60 0 46 8 3B 133 36 1A
Octal 150 37 140 0 106 10 73 463 66 32
Binary 1101000 11111 1100000 0 1000110 1000 111011 100110011 110110 11010

Color Harmonies of #681F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F60

Black with #681F60

Text Example


Text Example

White with #681F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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