#673862

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

Shades of Palatinate Purple #673862

Tints of Palatinate Purple #673862

Color information

#673862 (or 0x673862) is unknown color: approx Palatinate Purple. HEX triplet: 67, 38 and 62. RGB value is (103,56,98). Sum of RGB (Red+Green+Blue) = 103+56+98=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #673862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673862 is #98C79D. Grayscale: #4A4A4A. Windows color (decimal): -10012574 or 6436967. OLE color: 6436967.

HSL color Cylindrical-coordinate representation of color #673862: hue angle of 306.38º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673862 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1035698-
CMYK00.460.050.60
HSL306.38º29.56%31.18%-
HSV(B)306.38º45.63%40.39%-
XYZ9.216.5912.34-
YUV74.84141.07148.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=40.08%
G=21.79%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103569800.460.050.60306.3829.5631.18
Hex67386202E53C1321e1f
Octal147701420565744623637
Binary1100111111000110001001011101011111001001100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673862; }

 p { color: rgb(103,56,98); }

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

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

 a { background-color: rgb(103,56,98); }

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

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

 span { border-color: rgb(103,56,98); }

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