Html Css Color HEX #681561 Palatinate Purple

📋 copy color: '#681561'

red 104 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #681561

Tints of Palatinate Purple #681561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 46.85%
G = 9.46%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681561 (or 0x681561) is known color: Palatinate Purple. HEX triplet: 68, 15 and 61. RGB value is (104,21,97). Sum of RGB (Red+Green+Blue) = 104+21+97=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681561 is #97EA9E. Grayscale: #363636. Windows color (decimal): -9955999 or 6362472. OLE color: 6362472.

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

Color convert

RGB 104 21 97 -
CMYK 0 0.80 0.07 0.59
HSL 305.06º 0.66% 0.25% -
HSV(B) 305.06º 0.8% 0.41% -
XYZ 8.13 4.34 11.72 -
YUV 54.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 104 21 97 0 0.80 0.07 0.59 305.06 0.66 0.25
Hex 68 15 61 0 50 7 3B 131 42 19
Octal 150 25 141 0 120 7 73 461 102 31
Binary 1101000 10101 1100001 0 1010000 111 111011 100110001 1000010 11001

Color Harmonies of #681561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681561

Black with #681561

Text Example


Text Example

White with #681561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681561; }

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

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

background-color css

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

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

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

border-color css

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

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

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