Html Css Color HEX #68106D Palatinate Purple

📋 copy color: '#68106D'

red 104 ◦ green 16 ◦ blue 109

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

Shades of Palatinate Purple #68106D

Tints of Palatinate Purple #68106D

RGB

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

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

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

R = 45.41%
G = 6.99%
B = 47.6%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68106D (or 0x68106D) is known color: Palatinate Purple. HEX triplet: 68, 10 and 6D. RGB value is (104,16,109). Sum of RGB (Red+Green+Blue) = 104+16+109=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #68106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68106D is #97EF92. Grayscale: #343434. Windows color (decimal): -9957267 or 7147624. OLE color: 7147624.

HSL color Cylindrical-coordinate representation of color #68106D: hue angle of 296.77º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68106D is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 16 109 -
CMYK 0.05 0.85 0 0.57
HSL 296.77º 0.74% 0.25% -
HSV(B) 296.77º 0.85% 0.43% -
XYZ 8.65 4.42 14.86 -
YUV 52.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 104 16 109 0.05 0.85 0 0.57 296.77 0.74 0.25
Hex 68 10 6D 5 55 0 39 129 4A 19
Octal 150 20 155 5 125 0 71 451 112 31
Binary 1101000 10000 1101101 101 1010101 0 111001 100101001 1001010 11001

Color Harmonies of #68106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68106D

Black with #68106D

Text Example


Text Example

White with #68106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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