#67365F

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

Shades of Palatinate Purple #67365F

Tints of Palatinate Purple #67365F

Color information

#67365F (or 0x67365F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 36 and 5F. RGB value is (103,54,95). Sum of RGB (Red+Green+Blue) = 103+54+95=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #67365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67365F is #98C9A0. Grayscale: #494949. Windows color (decimal): -10013089 or 6239847. OLE color: 6239847.

HSL color Cylindrical-coordinate representation of color #67365F: hue angle of 309.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67365F is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1035495-
CMYK00.480.080.60
HSL309.8º31.21%30.78%-
HSV(B)309.8º47.57%40.39%-
XYZ8.986.3511.58-
YUV73.32140.23149.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.87%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=40.87%
G=21.43%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103549500.480.080.60309.831.2130.78
Hex67365F03083C1361f1f
Octal1476613706010744663737
Binary11001111101101011111011000010001111001001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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