Html Css Color HEX #68106C Palatinate Purple

📋 copy color: '#68106C'

red 104 ◦ green 16 ◦ blue 108

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

Shades of Palatinate Purple #68106C

Tints of Palatinate Purple #68106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 45.61%
G = 7.02%
B = 47.37%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68106C (or 0x68106C) is known color: Palatinate Purple. HEX triplet: 68, 10 and 6C. RGB value is (104,16,108). Sum of RGB (Red+Green+Blue) = 104+16+108=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #68106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68106C is #97EF93. Grayscale: #343434. Windows color (decimal): -9957268 or 7082088. OLE color: 7082088.

HSL color Cylindrical-coordinate representation of color #68106C: hue angle of 297.39º 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 #68106C is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 16 108 -
CMYK 0.04 0.85 0 0.58
HSL 297.39º 0.74% 0.24% -
HSV(B) 297.39º 0.85% 0.42% -
XYZ 8.6 4.4 14.58 -
YUV 52.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 104 16 108 0.04 0.85 0 0.58 297.39 0.74 0.24
Hex 68 10 6C 4 55 0 3A 129 4A 18
Octal 150 20 154 4 125 0 72 451 112 30
Binary 1101000 10000 1101100 100 1010101 0 111010 100101001 1001010 11000

Color Harmonies of #68106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68106C

Black with #68106C

Text Example


Text Example

White with #68106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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