Html Css Color HEX #681763 Palatinate Purple

📋 copy color: '#681763'

red 104 ◦ green 23 ◦ blue 99

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

Shades of Palatinate Purple #681763

Tints of Palatinate Purple #681763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 46.02%
G = 10.18%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#681763 (or 0x681763) is known color: Palatinate Purple. HEX triplet: 68, 17 and 63. RGB value is (104,23,99). Sum of RGB (Red+Green+Blue) = 104+23+99=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #681763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681763 is #97E89C. Grayscale: #373737. Windows color (decimal): -9955485 or 6494056. OLE color: 6494056.

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

Color convert

RGB 104 23 99 -
CMYK 0 0.78 0.05 0.59
HSL 303.7º 0.64% 0.25% -
HSV(B) 303.7º 0.78% 0.41% -
XYZ 8.27 4.46 12.23 -
YUV 55.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 104 23 99 0 0.78 0.05 0.59 303.7 0.64 0.25
Hex 68 17 63 0 4E 5 3B 130 40 19
Octal 150 27 143 0 116 5 73 460 100 31
Binary 1101000 10111 1100011 0 1001110 101 111011 100110000 1000000 11001

Color Harmonies of #681763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681763

Black with #681763

Text Example


Text Example

White with #681763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681763; }

 p { color: rgb(104,23,99); }

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

background-color css

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

 a { background-color: rgb(104,23,99); }

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

border-color css

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

 span { border-color: rgb(104,23,99); }

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