Html Css Color HEX #68116E Palatinate Purple

📋 copy color: '#68116E'

red 104 ◦ green 17 ◦ blue 110

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

Shades of Palatinate Purple #68116E

Tints of Palatinate Purple #68116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 45.02%
G = 7.36%
B = 47.62%

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

#68116E (or 0x68116E) is known color: Palatinate Purple. HEX triplet: 68, 11 and 6E. RGB value is (104,17,110). Sum of RGB (Red+Green+Blue) = 104+17+110=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #68116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116E is #97EE91. Grayscale: #353535. Windows color (decimal): -9957010 or 7213416. OLE color: 7213416.

HSL color Cylindrical-coordinate representation of color #68116E: hue angle of 296.13º degrees, saturation: 0.73, 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 #68116E is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 17 110 -
CMYK 0.05 0.85 0 0.57
HSL 296.13º 0.73% 0.25% -
HSV(B) 296.13º 0.85% 0.43% -
XYZ 8.72 4.47 15.15 -
YUV 53.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 104 17 110 0.05 0.85 0 0.57 296.13 0.73 0.25
Hex 68 11 6E 5 55 0 39 128 49 19
Octal 150 21 156 5 125 0 71 450 111 31
Binary 1101000 10001 1101110 101 1010101 0 111001 100101000 1001001 11001

Color Harmonies of #68116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68116E

Black with #68116E

Text Example


Text Example

White with #68116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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