#673261

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

Shades of Palatinate Purple #673261

Tints of Palatinate Purple #673261

Color information

#673261 (or 0x673261) is unknown color: approx Palatinate Purple. HEX triplet: 67, 32 and 61. RGB value is (103,50,97). Sum of RGB (Red+Green+Blue) = 103+50+97=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #673261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673261 is #98CD9E. Grayscale: #474747. Windows color (decimal): -10014111 or 6369895. OLE color: 6369895.

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

Color convert

RGB1035097-
CMYK00.510.060.60
HSL306.79º34.64%30%-
HSV(B)306.79º51.46%40.39%-
XYZ8.896.0312-
YUV71.2142.56150.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=41.2%
G=20%
B=38.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103509700.510.060.60306.7934.6430
Hex67326103363C133231e
Octal147621410636744634336
Binary11001111100101100001011001111011110010011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673261; }

 p { color: rgb(103,50,97); }

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

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

 a { background-color: rgb(103,50,97); }

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

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

 span { border-color: rgb(103,50,97); }

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