#672057

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

Shades of Palatinate Purple #672057

Tints of Palatinate Purple #672057

Color information

#672057 (or 0x672057) is unknown color: approx Palatinate Purple. HEX triplet: 67, 20 and 57. RGB value is (103,32,87). Sum of RGB (Red+Green+Blue) = 103+32+87=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #672057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672057 is #98DFA8. Grayscale: #3B3B3B. Windows color (decimal): -10018729 or 5709927. OLE color: 5709927.

HSL color Cylindrical-coordinate representation of color #672057: hue angle of 313.52º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672057 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1033287-
CMYK00.690.160.60
HSL313.52º52.59%26.47%-
HSV(B)313.52º68.93%40.39%-
XYZ7.834.69.49-
YUV59.5143.52159.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=46.40%
G=14.41%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103328700.690.160.60313.5252.5926.47
Hex672057045103C13a351a
Octal14740127010520744726532
Binary11001111000001010111010001011000011110010011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672057; }

 p { color: rgb(103,32,87); }

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

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

 a { background-color: rgb(103,32,87); }

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

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

 span { border-color: rgb(103,32,87); }

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