Html Css Color HEX #681361 Palatinate Purple

📋 copy color: '#681361'

red 104 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #681361

Tints of Palatinate Purple #681361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 47.27%
G = 8.64%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681361 (or 0x681361) is known color: Palatinate Purple. HEX triplet: 68, 13 and 61. RGB value is (104,19,97). Sum of RGB (Red+Green+Blue) = 104+19+97=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #681361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681361 is #97EC9E. Grayscale: #353535. Windows color (decimal): -9956511 or 6361960. OLE color: 6361960.

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

Color convert

RGB 104 19 97 -
CMYK 0 0.82 0.07 0.59
HSL 304.94º 0.69% 0.24% -
HSV(B) 304.94º 0.82% 0.41% -
XYZ 8.1 4.27 11.71 -
YUV 53.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 104 19 97 0 0.82 0.07 0.59 304.94 0.69 0.24
Hex 68 13 61 0 52 7 3B 131 45 18
Octal 150 23 141 0 122 7 73 461 105 30
Binary 1101000 10011 1100001 0 1010010 111 111011 100110001 1000101 11000

Color Harmonies of #681361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681361

Black with #681361

Text Example


Text Example

White with #681361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681361; }

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

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

background-color css

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

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

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

border-color css

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

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

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