#67136C

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

Shades of Palatinate Purple #67136C

Tints of Palatinate Purple #67136C

Color information

#67136C (or 0x67136C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 13 and 6C. RGB value is (103,19,108). Sum of RGB (Red+Green+Blue) = 103+19+108=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #67136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67136C is #98EC93. Grayscale: #353535. Windows color (decimal): -10022036 or 7082855. OLE color: 7082855.

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

Color convert

RGB10319108-
CMYK0.050.8200.58
HSL296.63º70.08%24.9%-
HSV(B)296.63º82.41%42.35%-
XYZ8.534.4314.59-
YUV54.26158.33162.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.78%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=44.78%
G=8.26%
B=46.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103191080.050.8200.58296.6370.0824.9
Hex67136C55203A1294619
Octal14723154512207245110631
Binary110011110011110110010110100100111010100101001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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