Html Css Color HEX #681463 Palatinate Purple

📋 copy color: '#681463'

red 104 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #681463

Tints of Palatinate Purple #681463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 46.64%
G = 8.97%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#681463 (or 0x681463) is known color: Palatinate Purple. HEX triplet: 68, 14 and 63. RGB value is (104,20,99). Sum of RGB (Red+Green+Blue) = 104+20+99=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #681463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681463 is #97EB9C. Grayscale: #353535. Windows color (decimal): -9956253 or 6493288. OLE color: 6493288.

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

Color convert

RGB 104 20 99 -
CMYK 0 0.81 0.05 0.59
HSL 303.57º 0.68% 0.24% -
HSV(B) 303.57º 0.81% 0.41% -
XYZ 8.21 4.34 12.21 -
YUV 54.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 104 20 99 0 0.81 0.05 0.59 303.57 0.68 0.24
Hex 68 14 63 0 51 5 3B 130 44 18
Octal 150 24 143 0 121 5 73 460 104 30
Binary 1101000 10100 1100011 0 1010001 101 111011 100110000 1000100 11000

Color Harmonies of #681463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681463

Black with #681463

Text Example


Text Example

White with #681463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681463; }

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

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

background-color css

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

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

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

border-color css

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

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

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