Html Css Color HEX #681F65 Palatinate Purple

📋 copy color: '#681F65'

red 104 ◦ green 31 ◦ blue 101

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

Shades of Palatinate Purple #681F65

Tints of Palatinate Purple #681F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 44.07%
G = 13.14%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#681F65 (or 0x681F65) is known color: Palatinate Purple. HEX triplet: 68, 1F and 65. RGB value is (104,31,101). Sum of RGB (Red+Green+Blue) = 104+31+101=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #681F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F65 is #97E09A. Grayscale: #3C3C3C. Windows color (decimal): -9953435 or 6627176. OLE color: 6627176.

HSL color Cylindrical-coordinate representation of color #681F65: hue angle of 302.47º 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 #681F65 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 101 -
CMYK 0 0.70 0.03 0.59
HSL 302.47º 0.54% 0.26% -
HSV(B) 302.47º 0.7% 0.41% -
XYZ 8.55 4.86 12.8 -
YUV 60.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 104 31 101 0 0.70 0.03 0.59 302.47 0.54 0.26
Hex 68 1F 65 0 46 3 3B 12E 36 1A
Octal 150 37 145 0 106 3 73 456 66 32
Binary 1101000 11111 1100101 0 1000110 11 111011 100101110 110110 11010

Color Harmonies of #681F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F65

Black with #681F65

Text Example


Text Example

White with #681F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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