#67225C

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

Shades of Palatinate Purple #67225C

Tints of Palatinate Purple #67225C

Color information

#67225C (or 0x67225C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 22 and 5C. RGB value is (103,34,92). Sum of RGB (Red+Green+Blue) = 103+34+92=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67225C is #98DDA3. Grayscale: #3D3D3D. Windows color (decimal): -10018212 or 6038119. OLE color: 6038119.

HSL color Cylindrical-coordinate representation of color #67225C: hue angle of 309.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67225C is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1033492-
CMYK00.670.110.60
HSL309.57º50.36%26.86%-
HSV(B)309.57º66.99%40.39%-
XYZ8.14.810.62-
YUV61.24145.36157.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=44.98%
G=14.85%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103349200.670.110.60309.5750.3626.86
Hex67225C043B3C136321b
Octal14742134010313744666233
Binary1100111100010101110001000011101111110010011011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67225C; }

 p { color: rgb(103,34,92); }

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

<style>
 a { background-color: #67225C; }

 a { background-color: rgb(103,34,92); }

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

<style>
 span { border-color: #67225C; }

 span { border-color: rgb(103,34,92); }

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