#67315B

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

Shades of Palatinate Purple #67315B

Tints of Palatinate Purple #67315B

Color information

#67315B (or 0x67315B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 31 and 5B. RGB value is (103,49,91). Sum of RGB (Red+Green+Blue) = 103+49+91=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #67315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67315B is #98CEA4. Grayscale: #454545. Windows color (decimal): -10014373 or 5976423. OLE color: 5976423.

HSL color Cylindrical-coordinate representation of color #67315B: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67315B is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1034991-
CMYK00.520.120.60
HSL313.33º35.53%29.8%-
HSV(B)313.33º52.43%40.39%-
XYZ8.585.8410.57-
YUV69.93139.89151.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.39%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=42.39%
G=20.16%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103499100.520.120.60313.3335.5329.8
Hex67315B034C3C139241e
Octal1476113306414744714436
Binary110011111000110110110110100110011110010011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67315B; }

 p { color: rgb(103,49,91); }

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

<style>
 a { background-color: #67315B; }

 a { background-color: rgb(103,49,91); }

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

<style>
 span { border-color: #67315B; }

 span { border-color: rgb(103,49,91); }

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