#67245F

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

Shades of Palatinate Purple #67245F

Tints of Palatinate Purple #67245F

Color information

#67245F (or 0x67245F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 24 and 5F. RGB value is (103,36,95). Sum of RGB (Red+Green+Blue) = 103+36+95=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67245F is #98DBA0. Grayscale: #3E3E3E. Windows color (decimal): -10017697 or 6235239. OLE color: 6235239.

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

Color convert

RGB1033695-
CMYK00.650.080.60
HSL307.16º48.2%27.25%-
HSV(B)307.16º65.05%40.39%-
XYZ8.294.9711.35-
YUV62.76146.2156.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=44.02%
G=15.38%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103369500.650.080.60307.1648.227.25
Hex67245F04183C133301b
Octal14744137010110744636033
Binary1100111100100101111101000001100011110010011001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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