#672258

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

Shades of Palatinate Purple #672258

Tints of Palatinate Purple #672258

Color information

#672258 (or 0x672258) is unknown color: approx Palatinate Purple. HEX triplet: 67, 22 and 58. RGB value is (103,34,88). Sum of RGB (Red+Green+Blue) = 103+34+88=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #672258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672258 is #98DDA7. Grayscale: #3C3C3C. Windows color (decimal): -10018216 or 5775975. OLE color: 5775975.

HSL color Cylindrical-coordinate representation of color #672258: hue angle of 313.04º 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 #672258 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1033488-
CMYK00.670.150.60
HSL313.04º50.36%26.86%-
HSV(B)313.04º66.99%40.39%-
XYZ7.934.739.73-
YUV60.79143.36158.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.78%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=45.78%
G=15.11%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103348800.670.150.60313.0450.3626.86
Hex672258043F3C139321b
Octal14742130010317744716233
Binary1100111100010101100001000011111111110010011100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672258; }

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

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

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

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

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

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

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

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