Html Css Color HEX #681563 Palatinate Purple

📋 copy color: '#681563'

red 104 ◦ green 21 ◦ blue 99

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

Shades of Palatinate Purple #681563

Tints of Palatinate Purple #681563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 46.43%
G = 9.38%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#681563 (or 0x681563) is known color: Palatinate Purple. HEX triplet: 68, 15 and 63. RGB value is (104,21,99). Sum of RGB (Red+Green+Blue) = 104+21+99=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #681563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681563 is #97EA9C. Grayscale: #363636. Windows color (decimal): -9955997 or 6493544. OLE color: 6493544.

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

Color convert

RGB 104 21 99 -
CMYK 0 0.80 0.05 0.59
HSL 303.61º 0.66% 0.25% -
HSV(B) 303.61º 0.8% 0.41% -
XYZ 8.23 4.38 12.22 -
YUV 54.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 104 21 99 0 0.80 0.05 0.59 303.61 0.66 0.25
Hex 68 15 63 0 50 5 3B 130 42 19
Octal 150 25 143 0 120 5 73 460 102 31
Binary 1101000 10101 1100011 0 1010000 101 111011 100110000 1000010 11001

Color Harmonies of #681563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681563

Black with #681563

Text Example


Text Example

White with #681563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681563; }

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

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

background-color css

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

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

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

border-color css

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

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

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