#672752

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

Shades of Palatinate Purple #672752

Tints of Palatinate Purple #672752

Color information

#672752 (or 0x672752) is unknown color: approx Palatinate Purple. HEX triplet: 67, 27 and 52. RGB value is (103,39,82). Sum of RGB (Red+Green+Blue) = 103+39+82=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #672752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672752 is #98D8AD. Grayscale: #3E3E3E. Windows color (decimal): -10016942 or 5384039. OLE color: 5384039.

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

Color convert

RGB1033982-
CMYK00.620.200.60
HSL319.69º45.07%27.84%-
HSV(B)319.69º62.14%40.39%-
XYZ7.844.948.52-
YUV63.04138.7156.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=45.98%
G=17.41%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103398200.620.200.60319.6945.0727.84
Hex67275203E143C1402d1c
Octal1474712207624745005534
Binary1100111100111101001001111101010011110010100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672752; }

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

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

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

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

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

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

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

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