Html Css Color HEX #68116C Palatinate Purple

📋 copy color: '#68116C'

red 104 ◦ green 17 ◦ blue 108

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

Shades of Palatinate Purple #68116C

Tints of Palatinate Purple #68116C

RGB

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

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

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

R = 45.41%
G = 7.42%
B = 47.16%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68116C (or 0x68116C) is known color: Palatinate Purple. HEX triplet: 68, 11 and 6C. RGB value is (104,17,108). Sum of RGB (Red+Green+Blue) = 104+17+108=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #68116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116C is #97EE93. Grayscale: #353535. Windows color (decimal): -9957012 or 7082344. OLE color: 7082344.

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

Color convert

RGB 104 17 108 -
CMYK 0.04 0.84 0 0.58
HSL 297.36º 0.73% 0.25% -
HSV(B) 297.36º 0.84% 0.42% -
XYZ 8.62 4.43 14.59 -
YUV 53.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 104 17 108 0.04 0.84 0 0.58 297.36 0.73 0.25
Hex 68 11 6C 4 54 0 3A 129 49 19
Octal 150 21 154 4 124 0 72 451 111 31
Binary 1101000 10001 1101100 100 1010100 0 111010 100101001 1001001 11001

Color Harmonies of #68116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68116C

Black with #68116C

Text Example


Text Example

White with #68116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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