Html Css Color HEX #68106A Palatinate Purple

📋 copy color: '#68106A'

red 104 ◦ green 16 ◦ blue 106

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

Shades of Palatinate Purple #68106A

Tints of Palatinate Purple #68106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.9%

R = 46.02%
G = 7.08%
B = 46.9%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68106A (or 0x68106A) is known color: Palatinate Purple. HEX triplet: 68, 10 and 6A. RGB value is (104,16,106). Sum of RGB (Red+Green+Blue) = 104+16+106=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #68106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68106A is #97EF95. Grayscale: #343434. Windows color (decimal): -9957270 or 6951016. OLE color: 6951016.

HSL color Cylindrical-coordinate representation of color #68106A: hue angle of 298.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68106A is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 16 106 -
CMYK 0.02 0.85 0 0.58
HSL 298.67º 0.74% 0.24% -
HSV(B) 298.67º 0.85% 0.42% -
XYZ 8.5 4.35 14.03 -
YUV 52.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 104 16 106 0.02 0.85 0 0.58 298.67 0.74 0.24
Hex 68 10 6A 2 55 0 3A 12B 4A 18
Octal 150 20 152 2 125 0 72 453 112 30
Binary 1101000 10000 1101010 10 1010101 0 111010 100101011 1001010 11000

Color Harmonies of #68106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68106A

Black with #68106A

Text Example


Text Example

White with #68106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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