Html Css Color HEX #681065 Palatinate Purple

📋 copy color: '#681065'

red 104 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #681065

Tints of Palatinate Purple #681065

RGB

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

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

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

R = 47.06%
G = 7.24%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#681065 (or 0x681065) is known color: Palatinate Purple. HEX triplet: 68, 10 and 65. RGB value is (104,16,101). Sum of RGB (Red+Green+Blue) = 104+16+101=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681065 is #97EF9A. Grayscale: #333333. Windows color (decimal): -9957275 or 6623336. OLE color: 6623336.

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

Color convert

RGB 104 16 101 -
CMYK 0 0.85 0.03 0.59
HSL 302.05º 0.73% 0.24% -
HSV(B) 302.05º 0.85% 0.41% -
XYZ 8.24 4.25 12.7 -
YUV 52 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 104 16 101 0 0.85 0.03 0.59 302.05 0.73 0.24
Hex 68 10 65 0 55 3 3B 12E 49 18
Octal 150 20 145 0 125 3 73 456 111 30
Binary 1101000 10000 1100101 0 1010101 11 111011 100101110 1001001 11000

Color Harmonies of #681065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681065

Black with #681065

Text Example


Text Example

White with #681065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681065; }

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

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

background-color css

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

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

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

border-color css

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

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

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