Html Css Color HEX #681063 Palatinate Purple

📋 copy color: '#681063'

red 104 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #681063

Tints of Palatinate Purple #681063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 47.49%
G = 7.31%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#681063 (or 0x681063) is known color: Palatinate Purple. HEX triplet: 68, 10 and 63. RGB value is (104,16,99). Sum of RGB (Red+Green+Blue) = 104+16+99=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681063 is #97EF9C. Grayscale: #333333. Windows color (decimal): -9957277 or 6492264. OLE color: 6492264.

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

Color convert

RGB 104 16 99 -
CMYK 0 0.85 0.05 0.59
HSL 303.41º 0.73% 0.24% -
HSV(B) 303.41º 0.85% 0.41% -
XYZ 8.15 4.21 12.19 -
YUV 51.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 104 16 99 0 0.85 0.05 0.59 303.41 0.73 0.24
Hex 68 10 63 0 55 5 3B 12F 49 18
Octal 150 20 143 0 125 5 73 457 111 30
Binary 1101000 10000 1100011 0 1010101 101 111011 100101111 1001001 11000

Color Harmonies of #681063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681063

Black with #681063

Text Example


Text Example

White with #681063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681063; }

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

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

background-color css

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

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

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

border-color css

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

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

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