Html Css Color HEX #680B64 Palatinate Purple

📋 copy color: '#680B64'

red 104 ◦ green 11 ◦ blue 100

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

Shades of Palatinate Purple #680B64

Tints of Palatinate Purple #680B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 48.37%
G = 5.12%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#680B64 (or 0x680B64) is known color: Palatinate Purple. HEX triplet: 68, 0B and 64. RGB value is (104,11,100). Sum of RGB (Red+Green+Blue) = 104+11+100=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 100 (39.45% from 255 or 46.51% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #680B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B64 is #97F49B. Grayscale: #303030. Windows color (decimal): -9958556 or 6556520. OLE color: 6556520.

HSL color Cylindrical-coordinate representation of color #680B64: hue angle of 302.58º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B64 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 100 -
CMYK 0 0.89 0.04 0.59
HSL 302.58º 0.81% 0.23% -
HSV(B) 302.58º 0.89% 0.41% -
XYZ 8.13 4.1 12.42 -
YUV 48.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 104 11 100 0 0.89 0.04 0.59 302.58 0.81 0.23
Hex 68 B 64 0 59 4 3B 12F 51 17
Octal 150 13 144 0 131 4 73 457 121 27
Binary 1101000 1011 1100100 0 1011001 100 111011 100101111 1010001 10111

Color Harmonies of #680B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B64

Black with #680B64

Text Example


Text Example

White with #680B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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