Html Css Color HEX #681564 Palatinate Purple

📋 copy color: '#681564'

red 104 ◦ green 21 ◦ blue 100

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

Shades of Palatinate Purple #681564

Tints of Palatinate Purple #681564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 46.22%
G = 9.33%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#681564 (or 0x681564) is known color: Palatinate Purple. HEX triplet: 68, 15 and 64. RGB value is (104,21,100). Sum of RGB (Red+Green+Blue) = 104+21+100=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681564 is #97EA9B. Grayscale: #363636. Windows color (decimal): -9955996 or 6559080. OLE color: 6559080.

HSL color Cylindrical-coordinate representation of color #681564: hue angle of 302.89º 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 #681564 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 100 -
CMYK 0 0.80 0.04 0.59
HSL 302.89º 0.66% 0.25% -
HSV(B) 302.89º 0.8% 0.41% -
XYZ 8.28 4.4 12.47 -
YUV 54.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 104 21 100 0 0.80 0.04 0.59 302.89 0.66 0.25
Hex 68 15 64 0 50 4 3B 12F 42 19
Octal 150 25 144 0 120 4 73 457 102 31
Binary 1101000 10101 1100100 0 1010000 100 111011 100101111 1000010 11001

Color Harmonies of #681564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681564

Black with #681564

Text Example


Text Example

White with #681564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681564; }

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

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

background-color css

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

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

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

border-color css

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

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

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