#67355A

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

Shades of Palatinate Purple #67355A

Tints of Palatinate Purple #67355A

Color information

#67355A (or 0x67355A) is unknown color: approx Palatinate Purple. HEX triplet: 67, 35 and 5A. RGB value is (103,53,90). Sum of RGB (Red+Green+Blue) = 103+53+90=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #67355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67355A is #98CAA5. Grayscale: #484848. Windows color (decimal): -10013350 or 5911911. OLE color: 5911911.

HSL color Cylindrical-coordinate representation of color #67355A: hue angle of 315.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67355A is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1035390-
CMYK00.490.130.60
HSL315.6º32.05%30.59%-
HSV(B)315.6º48.54%40.39%-
XYZ8.716.1710.4-
YUV72.17138.06149.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.87%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=41.87%
G=21.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103539000.490.130.60315.632.0530.59
Hex67355A031D3C13c201f
Octal1476513206115744744037
Binary110011111010110110100110001110111110010011110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67355A; }

 p { color: rgb(103,53,90); }

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

<style>
 a { background-color: #67355A; }

 a { background-color: rgb(103,53,90); }

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

<style>
 span { border-color: #67355A; }

 span { border-color: rgb(103,53,90); }

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