Html Css Color HEX #68116F Palatinate Purple

📋 copy color: '#68116F'

red 104 ◦ green 17 ◦ blue 111

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

Shades of Palatinate Purple #68116F

Tints of Palatinate Purple #68116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 44.83%
G = 7.33%
B = 47.84%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68116F (or 0x68116F) is known color: Palatinate Purple. HEX triplet: 68, 11 and 6F. RGB value is (104,17,111). Sum of RGB (Red+Green+Blue) = 104+17+111=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #68116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116F is #97EE90. Grayscale: #353535. Windows color (decimal): -9957009 or 7278952. OLE color: 7278952.

HSL color Cylindrical-coordinate representation of color #68116F: hue angle of 295.53º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68116F is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 17 111 -
CMYK 0.06 0.85 0 0.56
HSL 295.53º 0.73% 0.25% -
HSV(B) 295.53º 0.85% 0.44% -
XYZ 8.78 4.49 15.44 -
YUV 53.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 104 17 111 0.06 0.85 0 0.56 295.53 0.73 0.25
Hex 68 11 6F 6 55 0 38 128 49 19
Octal 150 21 157 6 125 0 70 450 111 31
Binary 1101000 10001 1101111 110 1010101 0 111000 100101000 1001001 11001

Color Harmonies of #68116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68116F

Black with #68116F

Text Example


Text Example

White with #68116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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