#67156C

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

Shades of Palatinate Purple #67156C

Tints of Palatinate Purple #67156C

Color information

#67156C (or 0x67156C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 6C. RGB value is (103,21,108). Sum of RGB (Red+Green+Blue) = 103+21+108=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #67156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67156C is #98EA93. Grayscale: #373737. Windows color (decimal): -10021524 or 7083367. OLE color: 7083367.

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

Color convert

RGB10321108-
CMYK0.050.8100.58
HSL296.55º67.44%25.29%-
HSV(B)296.55º80.56%42.35%-
XYZ8.574.514.6-
YUV55.44157.67161.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=44.40%
G=9.05%
B=46.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103211080.050.8100.58296.5567.4425.29
Hex67156C55103A1294319
Octal14725154512107245110331
Binary110011110101110110010110100010111010100101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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