#672858

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

Shades of Palatinate Purple #672858

Tints of Palatinate Purple #672858

Color information

#672858 (or 0x672858) is unknown color: approx Palatinate Purple. HEX triplet: 67, 28 and 58. RGB value is (103,40,88). Sum of RGB (Red+Green+Blue) = 103+40+88=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #672858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672858 is #98D7A7. Grayscale: #404040. Windows color (decimal): -10016680 or 5777511. OLE color: 5777511.

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

Color convert

RGB1034088-
CMYK00.610.150.60
HSL314.29º44.06%28.04%-
HSV(B)314.29º61.17%40.39%-
XYZ8.115.119.79-
YUV64.31141.37155.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=44.59%
G=17.32%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103408800.610.150.60314.2944.0628.04
Hex67285803DF3C13a2c1c
Octal1475013007517744725434
Binary110011110100010110000111101111111110010011101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672858; }

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

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

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

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

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

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

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

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