#67345B

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

Shades of Palatinate Purple #67345B

Tints of Palatinate Purple #67345B

Color information

#67345B (or 0x67345B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 34 and 5B. RGB value is (103,52,91). Sum of RGB (Red+Green+Blue) = 103+52+91=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #67345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67345B is #98CBA4. Grayscale: #474747. Windows color (decimal): -10013605 or 5977191. OLE color: 5977191.

HSL color Cylindrical-coordinate representation of color #67345B: hue angle of 314.12º 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 #67345B is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1035291-
CMYK00.500.120.60
HSL314.12º32.9%30.39%-
HSV(B)314.12º49.51%40.39%-
XYZ8.716.0910.61-
YUV71.69138.9150.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.87%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=41.87%
G=21.14%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103529100.500.120.60314.1232.930.39
Hex67345B032C3C13a211e
Octal1476413306214744724136
Binary110011111010010110110110010110011110010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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