#67355B

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

Shades of Palatinate Purple #67355B

Tints of Palatinate Purple #67355B

Color information

#67355B (or 0x67355B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 35 and 5B. RGB value is (103,53,91). Sum of RGB (Red+Green+Blue) = 103+53+91=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 103 - color contains mainly: red. Hex color #67355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67355B is #98CAA4. Grayscale: #484848. Windows color (decimal): -10013349 or 5977447. OLE color: 5977447.

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

Color convert

RGB1035391-
CMYK00.490.120.60
HSL314.4º32.05%30.59%-
HSV(B)314.4º48.54%40.39%-
XYZ8.756.1910.63-
YUV72.28138.56149.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=41.70%
G=21.46%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103539100.490.120.60314.432.0530.59
Hex67355B031C3C13a201f
Octal1476513306114744724037
Binary110011111010110110110110001110011110010011101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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