#672158

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

Shades of Palatinate Purple #672158

Tints of Palatinate Purple #672158

Color information

#672158 (or 0x672158) is unknown color: approx Palatinate Purple. HEX triplet: 67, 21 and 58. RGB value is (103,33,88). Sum of RGB (Red+Green+Blue) = 103+33+88=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #672158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672158 is #98DEA7. Grayscale: #3C3C3C. Windows color (decimal): -10018472 or 5775719. OLE color: 5775719.

HSL color Cylindrical-coordinate representation of color #672158: hue angle of 312.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672158 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1033388-
CMYK00.680.150.60
HSL312.86º51.47%26.67%-
HSV(B)312.86º67.96%40.39%-
XYZ7.94.689.72-
YUV60.2143.69158.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=45.98%
G=14.73%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103338800.680.150.60312.8651.4726.67
Hex672158044F3C139331b
Octal14741130010417744716333
Binary1100111100001101100001000100111111110010011100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672158; }

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

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

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

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

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

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

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

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