#67315F

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

Shades of Palatinate Purple #67315F

Tints of Palatinate Purple #67315F

Color information

#67315F (or 0x67315F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 31 and 5F. RGB value is (103,49,95). Sum of RGB (Red+Green+Blue) = 103+49+95=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #67315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67315F is #98CEA0. Grayscale: #464646. Windows color (decimal): -10014369 or 6238567. OLE color: 6238567.

HSL color Cylindrical-coordinate representation of color #67315F: hue angle of 308.89º 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 #67315F is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1034995-
CMYK00.520.080.60
HSL308.89º35.53%29.8%-
HSV(B)308.89º52.43%40.39%-
XYZ8.765.9111.5-
YUV70.39141.89151.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=41.70%
G=19.84%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103499500.520.080.60308.8935.5329.8
Hex67315F03483C135241e
Octal1476113706410744654436
Binary110011111000110111110110100100011110010011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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