#672052

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

Shades of Palatinate Purple #672052

Tints of Palatinate Purple #672052

Color information

#672052 (or 0x672052) is unknown color: approx Palatinate Purple. HEX triplet: 67, 20 and 52. RGB value is (103,32,82). Sum of RGB (Red+Green+Blue) = 103+32+82=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #672052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672052 is #98DFAD. Grayscale: #3A3A3A. Windows color (decimal): -10018734 or 5382247. OLE color: 5382247.

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

Color convert

RGB1033282-
CMYK00.690.200.60
HSL317.75º52.59%26.47%-
HSV(B)317.75º68.93%40.39%-
XYZ7.634.538.45-
YUV58.93141.02159.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=47.47%
G=14.75%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103328200.690.200.60317.7552.5926.47
Hex672052045143C13e351a
Octal14740122010524744766532
Binary11001111000001010010010001011010011110010011111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672052; }

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

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

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

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

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

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

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

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