#67116C

Color #67116C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #67116C

Tints of Palatinate Purple #67116C

Color information

#67116C (or 0x67116C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 11 and 6C. RGB value is (103,17,108). Sum of RGB (Red+Green+Blue) = 103+17+108=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 17 (7.03% from 255 or 7.46% 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 #67116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67116C is #98EE93. Grayscale: #343434. Windows color (decimal): -10022548 or 7082343. OLE color: 7082343.

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

Color convert

RGB10317108-
CMYK0.050.8400.58
HSL296.7º72.8%24.51%-
HSV(B)296.7º84.26%42.35%-
XYZ8.54.3714.58-
YUV53.09158.99163.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 108 (42.58% from 255) = 47.37%
R=45.18%
G=7.46%
B=47.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103171080.050.8400.58296.772.824.51
Hex67116C55403A1294919
Octal14721154512407245111131
Binary110011110001110110010110101000111010100101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67116C;
 }
 .AnyTagClassName
 {
   color: #67116C;
 }
</style>
background-color css

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

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

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

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

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

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