Html Css Color HEX #681966 Palatinate Purple

📋 copy color: '#681966'

red 104 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #681966

Tints of Palatinate Purple #681966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 102 (40.23% from 255) = 44.16%

R = 45.02%
G = 10.82%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#681966 (or 0x681966) is known color: Palatinate Purple. HEX triplet: 68, 19 and 66. RGB value is (104,25,102). Sum of RGB (Red+Green+Blue) = 104+25+102=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #681966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681966 is #97E699. Grayscale: #393939. Windows color (decimal): -9954970 or 6691176. OLE color: 6691176.

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

Color convert

RGB 104 25 102 -
CMYK 0 0.76 0.02 0.59
HSL 301.52º 0.61% 0.25% -
HSV(B) 301.52º 0.76% 0.41% -
XYZ 8.45 4.6 13.01 -
YUV 57.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 104 25 102 0 0.76 0.02 0.59 301.52 0.61 0.25
Hex 68 19 66 0 4C 2 3B 12E 3D 19
Octal 150 31 146 0 114 2 73 456 75 31
Binary 1101000 11001 1100110 0 1001100 10 111011 100101110 111101 11001

Color Harmonies of #681966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681966

Black with #681966

Text Example


Text Example

White with #681966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681966; }

 p { color: rgb(104,25,102); }

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

background-color css

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

 a { background-color: rgb(104,25,102); }

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

border-color css

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

 span { border-color: rgb(104,25,102); }

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