Html Css Color HEX #681F61 Palatinate Purple

📋 copy color: '#681F61'

red 104 ◦ green 31 ◦ blue 97

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

Shades of Palatinate Purple #681F61

Tints of Palatinate Purple #681F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 44.83%
G = 13.36%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681F61 (or 0x681F61) is known color: Palatinate Purple. HEX triplet: 68, 1F and 61. RGB value is (104,31,97). Sum of RGB (Red+Green+Blue) = 104+31+97=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #681F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681F61 is #97E09E. Grayscale: #3C3C3C. Windows color (decimal): -9953439 or 6365032. OLE color: 6365032.

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

Color convert

RGB 104 31 97 -
CMYK 0 0.70 0.07 0.59
HSL 305.75º 0.54% 0.26% -
HSV(B) 305.75º 0.7% 0.41% -
XYZ 8.36 4.79 11.79 -
YUV 60.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 104 31 97 0 0.70 0.07 0.59 305.75 0.54 0.26
Hex 68 1F 61 0 46 7 3B 132 36 1A
Octal 150 37 141 0 106 7 73 462 66 32
Binary 1101000 11111 1100001 0 1000110 111 111011 100110010 110110 11010

Color Harmonies of #681F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F61

Black with #681F61

Text Example


Text Example

White with #681F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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