Html Css Color HEX #68116D Palatinate Purple

📋 copy color: '#68116D'

red 104 ◦ green 17 ◦ blue 109

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

Shades of Palatinate Purple #68116D

Tints of Palatinate Purple #68116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 45.22%
G = 7.39%
B = 47.39%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68116D (or 0x68116D) is known color: Palatinate Purple. HEX triplet: 68, 11 and 6D. RGB value is (104,17,109). Sum of RGB (Red+Green+Blue) = 104+17+109=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #68116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116D is #97EE92. Grayscale: #353535. Windows color (decimal): -9957011 or 7147880. OLE color: 7147880.

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

Color convert

RGB 104 17 109 -
CMYK 0.05 0.84 0 0.57
HSL 296.74º 0.73% 0.25% -
HSV(B) 296.74º 0.84% 0.43% -
XYZ 8.67 4.45 14.87 -
YUV 53.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 104 17 109 0.05 0.84 0 0.57 296.74 0.73 0.25
Hex 68 11 6D 5 54 0 39 129 49 19
Octal 150 21 155 5 124 0 71 451 111 31
Binary 1101000 10001 1101101 101 1010100 0 111001 100101001 1001001 11001

Color Harmonies of #68116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68116D

Black with #68116D

Text Example


Text Example

White with #68116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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