#67345D

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

Shades of Palatinate Purple #67345D

Tints of Palatinate Purple #67345D

Color information

#67345D (or 0x67345D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 34 and 5D. RGB value is (103,52,93). Sum of RGB (Red+Green+Blue) = 103+52+93=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67345D is #98CBA2. Grayscale: #474747. Windows color (decimal): -10013603 or 6108263. OLE color: 6108263.

HSL color Cylindrical-coordinate representation of color #67345D: hue angle of 311.76º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67345D is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1035293-
CMYK00.500.100.60
HSL311.76º32.9%30.39%-
HSV(B)311.76º49.51%40.39%-
XYZ8.86.1311.08-
YUV71.92139.9150.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=41.53%
G=20.97%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103529300.500.100.60311.7632.930.39
Hex67345D032A3C138211e
Octal1476413506212744704136
Binary110011111010010111010110010101011110010011100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67345D; }

 p { color: rgb(103,52,93); }

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

<style>
 a { background-color: #67345D; }

 a { background-color: rgb(103,52,93); }

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

<style>
 span { border-color: #67345D; }

 span { border-color: rgb(103,52,93); }

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