Html Css Color HEX #681565 Palatinate Purple

📋 copy color: '#681565'

red 104 ◦ green 21 ◦ blue 101

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

Shades of Palatinate Purple #681565

Tints of Palatinate Purple #681565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 46.02%
G = 9.29%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#681565 (or 0x681565) is known color: Palatinate Purple. HEX triplet: 68, 15 and 65. RGB value is (104,21,101). Sum of RGB (Red+Green+Blue) = 104+21+101=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #681565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681565 is #97EA9A. Grayscale: #363636. Windows color (decimal): -9955995 or 6624616. OLE color: 6624616.

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

Color convert

RGB 104 21 101 -
CMYK 0 0.80 0.03 0.59
HSL 302.17º 0.66% 0.25% -
HSV(B) 302.17º 0.8% 0.41% -
XYZ 8.33 4.42 12.73 -
YUV 54.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 104 21 101 0 0.80 0.03 0.59 302.17 0.66 0.25
Hex 68 15 65 0 50 3 3B 12E 42 19
Octal 150 25 145 0 120 3 73 456 102 31
Binary 1101000 10101 1100101 0 1010000 11 111011 100101110 1000010 11001

Color Harmonies of #681565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681565

Black with #681565

Text Example


Text Example

White with #681565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681565; }

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

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

background-color css

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

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

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

border-color css

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

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

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