Html Css Color HEX #681261 Palatinate Purple

📋 copy color: '#681261'

red 104 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #681261

Tints of Palatinate Purple #681261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 47.49%
G = 8.22%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681261 (or 0x681261) is known color: Palatinate Purple. HEX triplet: 68, 12 and 61. RGB value is (104,18,97). Sum of RGB (Red+Green+Blue) = 104+18+97=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681261 is #97ED9E. Grayscale: #343434. Windows color (decimal): -9956767 or 6361704. OLE color: 6361704.

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

Color convert

RGB 104 18 97 -
CMYK 0 0.83 0.07 0.59
HSL 304.88º 0.7% 0.24% -
HSV(B) 304.88º 0.83% 0.41% -
XYZ 8.08 4.24 11.7 -
YUV 52.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 104 18 97 0 0.83 0.07 0.59 304.88 0.7 0.24
Hex 68 12 61 0 53 7 3B 131 46 18
Octal 150 22 141 0 123 7 73 461 106 30
Binary 1101000 10010 1100001 0 1010011 111 111011 100110001 1000110 11000

Color Harmonies of #681261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681261

Black with #681261

Text Example


Text Example

White with #681261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681261; }

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

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

background-color css

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

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

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

border-color css

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

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

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