Html Css Color HEX #681661 Palatinate Purple

📋 copy color: '#681661'

red 104 ◦ green 22 ◦ blue 97

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

Shades of Palatinate Purple #681661

Tints of Palatinate Purple #681661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 46.64%
G = 9.87%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681661 (or 0x681661) is known color: Palatinate Purple. HEX triplet: 68, 16 and 61. RGB value is (104,22,97). Sum of RGB (Red+Green+Blue) = 104+22+97=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681661 is #97E99E. Grayscale: #363636. Windows color (decimal): -9955743 or 6362728. OLE color: 6362728.

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

Color convert

RGB 104 22 97 -
CMYK 0 0.79 0.07 0.59
HSL 305.12º 0.65% 0.25% -
HSV(B) 305.12º 0.79% 0.41% -
XYZ 8.15 4.38 11.72 -
YUV 55.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 104 22 97 0 0.79 0.07 0.59 305.12 0.65 0.25
Hex 68 16 61 0 4F 7 3B 131 41 19
Octal 150 26 141 0 117 7 73 461 101 31
Binary 1101000 10110 1100001 0 1001111 111 111011 100110001 1000001 11001

Color Harmonies of #681661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681661

Black with #681661

Text Example


Text Example

White with #681661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681661; }

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

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

background-color css

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

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

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

border-color css

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

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

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