Html Css Color HEX #680D6D Palatinate Purple

📋 copy color: '#680D6D'

red 104 ◦ green 13 ◦ blue 109

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

Shades of Palatinate Purple #680D6D

Tints of Palatinate Purple #680D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.75%

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 46.02%
G = 5.75%
B = 48.23%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#680D6D (or 0x680D6D) is known color: Palatinate Purple. HEX triplet: 68, 0D and 6D. RGB value is (104,13,109). Sum of RGB (Red+Green+Blue) = 104+13+109=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #680D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D6D is #97F292. Grayscale: #323232. Windows color (decimal): -9958035 or 7146856. OLE color: 7146856.

HSL color Cylindrical-coordinate representation of color #680D6D: hue angle of 296.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D6D is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 13 109 -
CMYK 0.05 0.88 0 0.57
HSL 296.88º 0.79% 0.24% -
HSV(B) 296.88º 0.88% 0.43% -
XYZ 8.61 4.34 14.85 -
YUV 51.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 104 13 109 0.05 0.88 0 0.57 296.88 0.79 0.24
Hex 68 D 6D 5 58 0 39 129 4F 18
Octal 150 15 155 5 130 0 71 451 117 30
Binary 1101000 1101 1101101 101 1011000 0 111001 100101001 1001111 11000

Color Harmonies of #680D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D6D

Black with #680D6D

Text Example


Text Example

White with #680D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,109); }

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

background-color css

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

 a { background-color: rgb(104,13,109); }

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

border-color css

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

 span { border-color: rgb(104,13,109); }

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