Html Css Color HEX #681861 Palatinate Purple

📋 copy color: '#681861'

red 104 ◦ green 24 ◦ blue 97

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

Shades of Palatinate Purple #681861

Tints of Palatinate Purple #681861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 46.22%
G = 10.67%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#681861 (or 0x681861) is known color: Palatinate Purple. HEX triplet: 68, 18 and 61. RGB value is (104,24,97). Sum of RGB (Red+Green+Blue) = 104+24+97=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681861 is #97E79E. Grayscale: #383838. Windows color (decimal): -9955231 or 6363240. OLE color: 6363240.

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

Color convert

RGB 104 24 97 -
CMYK 0 0.77 0.07 0.59
HSL 305.25º 0.63% 0.25% -
HSV(B) 305.25º 0.77% 0.41% -
XYZ 8.19 4.46 11.74 -
YUV 56.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 104 24 97 0 0.77 0.07 0.59 305.25 0.63 0.25
Hex 68 18 61 0 4D 7 3B 131 3E 19
Octal 150 30 141 0 115 7 73 461 76 31
Binary 1101000 11000 1100001 0 1001101 111 111011 100110001 111110 11001

Color Harmonies of #681861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681861

Black with #681861

Text Example


Text Example

White with #681861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681861; }

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

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

background-color css

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

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

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

border-color css

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

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

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